Html Css Color HEX #0237DC Persian Blue

📋 copy color: '#0237DC'

red 2 ◦ green 55 ◦ blue 220

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

Shades of Persian Blue #0237DC

Tints of Persian Blue #0237DC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.86%

 BLUE value IS 220 (86.33% from 255) = 79.42%

R = 0.72%
G = 19.86%
B = 79.42%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0237DC (or 0x0237DC) is known color: Persian Blue. HEX triplet: 02, 37 and DC. RGB value is (2,55,220). Sum of RGB (Red+Green+Blue) = 2+55+220=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 220 (86.33% from 255 or 79.42% from 277); Max value from RGB is 220 - color contains mainly: blue. Hex color #0237DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0237DC is #FDC823. Grayscale: #393939. Windows color (decimal): -16631844 or 14432002. OLE color: 14432002.

HSL color Cylindrical-coordinate representation of color #0237DC: hue angle of 225.41º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0237DC is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 55 220 -
CMYK 0.99 0.75 0 0.14
HSL 225.41º 0.98% 0.44% -
HSV(B) 225.41º 0.99% 0.86% -
XYZ 14.31 7.91 68.48 -
YUV 57.96 219.44 88.08 -
System Red Green Blue C M Y K H S L
Decimal 2 55 220 0.99 0.75 0 0.14 225.41 0.98 0.44
Hex 2 37 DC 63 4B 0 E E1 62 2C
Octal 2 67 334 143 113 0 16 341 142 54
Binary 10 110111 11011100 1100011 1001011 0 1110 11100001 1100010 101100

Color Harmonies of #0237DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0237DC

Black with #0237DC

Text Example


Text Example

White with #0237DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0237DC; }

 p { color: rgb(2,55,220); }

 H1.HeaderClassName
 {
   color: #0237DC;
 }
 .AnyTagClassName
 {
   color: #0237DC;
 }
</style>

background-color css

<style>
 a { background-color: #0237DC; }

 a { background-color: rgb(2,55,220); }

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

border-color css

<style>
 span { border-color: #0237DC; }

 span { border-color: rgb(2,55,220); }

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