Html Css Color HEX #0934DE Persian Blue

📋 copy color: '#0934DE'

red 9 ◦ green 52 ◦ blue 222

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

Shades of Persian Blue #0934DE

Tints of Persian Blue #0934DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 78.45%

R = 3.18%
G = 18.37%
B = 78.45%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0934DE (or 0x0934DE) is known color: Persian Blue. HEX triplet: 09, 34 and DE. RGB value is (9,52,222). Sum of RGB (Red+Green+Blue) = 9+52+222=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 222 (87.11% from 255 or 78.45% from 283); Max value from RGB is 222 - color contains mainly: blue. Hex color #0934DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0934DE is #F6CB21. Grayscale: #393939. Windows color (decimal): -16173858 or 14562313. OLE color: 14562313.

HSL color Cylindrical-coordinate representation of color #0934DE: hue angle of 227.89º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0934DE is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 52 222 -
CMYK 0.96 0.77 0 0.13
HSL 227.89º 0.92% 0.45% -
HSV(B) 227.89º 0.96% 0.87% -
XYZ 14.53 7.79 69.84 -
YUV 58.52 220.25 92.68 -
System Red Green Blue C M Y K H S L
Decimal 9 52 222 0.96 0.77 0 0.13 227.89 0.92 0.45
Hex 9 34 DE 60 4D 0 D E4 5C 2D
Octal 11 64 336 140 115 0 15 344 134 55
Binary 1001 110100 11011110 1100000 1001101 0 1101 11100100 1011100 101101

Color Harmonies of #0934DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0934DE

Black with #0934DE

Text Example


Text Example

White with #0934DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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