Html Css Color HEX #0240D9 Persian Blue

📋 copy color: '#0240D9'

red 2 ◦ green 64 ◦ blue 217

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

Shades of Persian Blue #0240D9

Tints of Persian Blue #0240D9

RGB

 RED value IS 2 (1.17% from 255) = 0.71%

 GREEN value IS 64 (25.39% from 255) = 22.61%

 BLUE value IS 217 (85.16% from 255) = 76.68%

R = 0.71%
G = 22.61%
B = 76.68%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0240D9 (or 0x0240D9) is known color: Persian Blue. HEX triplet: 02, 40 and D9. RGB value is (2,64,217). Sum of RGB (Red+Green+Blue) = 2+64+217=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 217 (85.16% from 255 or 76.68% from 283); Max value from RGB is 217 - color contains mainly: blue. Hex color #0240D9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0240D9 is #FDBF26. Grayscale: #3E3E3E. Windows color (decimal): -16629543 or 14237698. OLE color: 14237698.

HSL color Cylindrical-coordinate representation of color #0240D9: hue angle of 222.7º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0240D9 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 64 217 -
CMYK 0.99 0.71 0 0.15
HSL 222.7º 0.98% 0.43% -
HSV(B) 222.7º 0.99% 0.85% -
XYZ 14.38 8.69 66.56 -
YUV 62.9 214.96 84.56 -
System Red Green Blue C M Y K H S L
Decimal 2 64 217 0.99 0.71 0 0.15 222.7 0.98 0.43
Hex 2 40 D9 63 47 0 F DF 62 2B
Octal 2 100 331 143 107 0 17 337 142 53
Binary 10 1000000 11011001 1100011 1000111 0 1111 11011111 1100010 101011

Color Harmonies of #0240D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0240D9

Black with #0240D9

Text Example


Text Example

White with #0240D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0240D9; }

 p { color: rgb(2,64,217); }

 H1.HeaderClassName
 {
   color: #0240D9;
 }
 .AnyTagClassName
 {
   color: #0240D9;
 }
</style>

background-color css

<style>
 a { background-color: #0240D9; }

 a { background-color: rgb(2,64,217); }

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

border-color css

<style>
 span { border-color: #0240D9; }

 span { border-color: rgb(2,64,217); }

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