Html Css Color HEX #0242CD Persian Blue

📋 copy color: '#0242CD'

red 2 ◦ green 66 ◦ blue 205

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

Shades of Persian Blue #0242CD

Tints of Persian Blue #0242CD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.18%

 BLUE value IS 205 (80.47% from 255) = 75.09%

R = 0.73%
G = 24.18%
B = 75.09%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0242CD (or 0x0242CD) is known color: Persian Blue. HEX triplet: 02, 42 and CD. RGB value is (2,66,205). Sum of RGB (Red+Green+Blue) = 2+66+205=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #0242CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0242CD is #FDBD32. Grayscale: #3E3E3E. Windows color (decimal): -16629043 or 13451778. OLE color: 13451778.

HSL color Cylindrical-coordinate representation of color #0242CD: hue angle of 221.08º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0242CD is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 66 205 -
CMYK 0.99 0.68 0 0.20
HSL 221.08º 0.98% 0.41% -
HSV(B) 221.08º 0.99% 0.8% -
XYZ 12.99 8.32 58.68 -
YUV 62.71 208.3 84.7 -
System Red Green Blue C M Y K H S L
Decimal 2 66 205 0.99 0.68 0 0.20 221.08 0.98 0.41
Hex 2 42 CD 63 44 0 14 DD 62 29
Octal 2 102 315 143 104 0 24 335 142 51
Binary 10 1000010 11001101 1100011 1000100 0 10100 11011101 1100010 101001

Color Harmonies of #0242CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0242CD

Black with #0242CD

Text Example


Text Example

White with #0242CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0242CD; }

 p { color: rgb(2,66,205); }

 H1.HeaderClassName
 {
   color: #0242CD;
 }
 .AnyTagClassName
 {
   color: #0242CD;
 }
</style>

background-color css

<style>
 a { background-color: #0242CD; }

 a { background-color: rgb(2,66,205); }

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

border-color css

<style>
 span { border-color: #0242CD; }

 span { border-color: rgb(2,66,205); }

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