Html Css Color HEX #0934EE Persian Blue

📋 copy color: '#0934EE'

red 9 ◦ green 52 ◦ blue 238

#0934EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #0934EE

Tints of Persian Blue #0934EE

RGB

 RED value IS 9 (3.91% from 255) = 3.01%

 GREEN value IS 52 (20.7% from 255) = 17.39%

 BLUE value IS 238 (93.36% from 255) = 79.6%

R = 3.01%
G = 17.39%
B = 79.6%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0934EE (or 0x0934EE) is known color: Persian Blue. HEX triplet: 09, 34 and EE. RGB value is (9,52,238). Sum of RGB (Red+Green+Blue) = 9+52+238=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 238 (93.36% from 255 or 79.60% from 299); Max value from RGB is 238 - color contains mainly: blue. Hex color #0934EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0934EE is #F6CB11. Grayscale: #3B3B3B. Windows color (decimal): -16173842 or 15610889. OLE color: 15610889.

HSL color Cylindrical-coordinate representation of color #0934EE: hue angle of 228.73º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0934EE is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 52 238 -
CMYK 0.96 0.78 0 0.07
HSL 228.73º 0.93% 0.48% -
HSV(B) 228.73º 0.96% 0.93% -
XYZ 16.77 8.69 81.68 -
YUV 60.35 228.25 91.38 -
System Red Green Blue C M Y K H S L
Decimal 9 52 238 0.96 0.78 0 0.07 228.73 0.93 0.48
Hex 9 34 EE 60 4E 0 7 E5 5D 30
Octal 11 64 356 140 116 0 7 345 135 60
Binary 1001 110100 11101110 1100000 1001110 0 111 11100101 1011101 110000

Color Harmonies of #0934EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0934EE

Black with #0934EE

Text Example


Text Example

White with #0934EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0934EE; }

 p { color: rgb(9,52,238); }

 H1.HeaderClassName
 {
   color: #0934EE;
 }
 .AnyTagClassName
 {
   color: #0934EE;
 }
</style>

background-color css

<style>
 a { background-color: #0934EE; }

 a { background-color: rgb(9,52,238); }

 div.DivClassName
 {
   background-color: #0934EE;
 }
 .BgClassName
 {
   background-color: #0934EE;
 }
</style>

border-color css

<style>
 span { border-color: #0934EE; }

 span { border-color: rgb(9,52,238); }

 td.TdClassName
 {
   border-color: #0934EE;
 }
 .TagClassName
 {
   border-color: #0934EE;
 }
</style>