Html Css Color HEX #0237DE Persian Blue

📋 copy color: '#0237DE'

red 2 ◦ green 55 ◦ blue 222

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

Shades of Persian Blue #0237DE

Tints of Persian Blue #0237DE

RGB

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

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

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

R = 0.72%
G = 19.71%
B = 79.57%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0237DE (or 0x0237DE) is known color: Persian Blue. HEX triplet: 02, 37 and DE. RGB value is (2,55,222). Sum of RGB (Red+Green+Blue) = 2+55+222=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 222 (87.11% from 255 or 79.57% from 279); Max value from RGB is 222 - color contains mainly: blue. Hex color #0237DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0237DE is #FDC821. Grayscale: #393939. Windows color (decimal): -16631842 or 14563074. OLE color: 14563074.

HSL color Cylindrical-coordinate representation of color #0237DE: hue angle of 225.55º 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 #0237DE is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 55 222 -
CMYK 0.99 0.75 0 0.13
HSL 225.55º 0.98% 0.44% -
HSV(B) 225.55º 0.99% 0.87% -
XYZ 14.58 8.02 69.89 -
YUV 58.19 220.44 87.92 -
System Red Green Blue C M Y K H S L
Decimal 2 55 222 0.99 0.75 0 0.13 225.55 0.98 0.44
Hex 2 37 DE 63 4B 0 D E2 62 2C
Octal 2 67 336 143 113 0 15 342 142 54
Binary 10 110111 11011110 1100011 1001011 0 1101 11100010 1100010 101100

Color Harmonies of #0237DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0237DE

Black with #0237DE

Text Example


Text Example

White with #0237DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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