Html Css Color HEX #0240DD Persian Blue

📋 copy color: '#0240DD'

red 2 ◦ green 64 ◦ blue 221

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

Shades of Persian Blue #0240DD

Tints of Persian Blue #0240DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 77%

R = 0.7%
G = 22.3%
B = 77%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0240DD (or 0x0240DD) is known color: Persian Blue. HEX triplet: 02, 40 and DD. RGB value is (2,64,221). Sum of RGB (Red+Green+Blue) = 2+64+221=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #0240DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0240DD is #FDBF22. Grayscale: #3E3E3E. Windows color (decimal): -16629539 or 14499842. OLE color: 14499842.

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

Color convert

RGB 2 64 221 -
CMYK 0.99 0.71 0 0.13
HSL 223.01º 0.98% 0.44% -
HSV(B) 223.01º 0.99% 0.87% -
XYZ 14.91 8.9 69.34 -
YUV 63.36 216.96 84.23 -
System Red Green Blue C M Y K H S L
Decimal 2 64 221 0.99 0.71 0 0.13 223.01 0.98 0.44
Hex 2 40 DD 63 47 0 D DF 62 2C
Octal 2 100 335 143 107 0 15 337 142 54
Binary 10 1000000 11011101 1100011 1000111 0 1101 11011111 1100010 101100

Color Harmonies of #0240DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0240DD

Black with #0240DD

Text Example


Text Example

White with #0240DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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