Html Css Color HEX #0237CF Persian Blue

📋 copy color: '#0237CF'

red 2 ◦ green 55 ◦ blue 207

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

Shades of Persian Blue #0237CF

Tints of Persian Blue #0237CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 78.41%

R = 0.76%
G = 20.83%
B = 78.41%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0237CF (or 0x0237CF) is known color: Persian Blue. HEX triplet: 02, 37 and CF. RGB value is (2,55,207). Sum of RGB (Red+Green+Blue) = 2+55+207=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 207 (81.25% from 255 or 78.41% from 264); Max value from RGB is 207 - color contains mainly: blue. Hex color #0237CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0237CF is #FDC830. Grayscale: #373737. Windows color (decimal): -16631857 or 13580034. OLE color: 13580034.

HSL color Cylindrical-coordinate representation of color #0237CF: hue angle of 224.49º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0237CF is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 55 207 -
CMYK 0.99 0.73 0 0.19
HSL 224.49º 0.98% 0.41% -
HSV(B) 224.49º 0.99% 0.81% -
XYZ 12.65 7.25 59.76 -
YUV 56.48 212.94 89.14 -
System Red Green Blue C M Y K H S L
Decimal 2 55 207 0.99 0.73 0 0.19 224.49 0.98 0.41
Hex 2 37 CF 63 49 0 13 E0 62 29
Octal 2 67 317 143 111 0 23 340 142 51
Binary 10 110111 11001111 1100011 1001001 0 10011 11100000 1100010 101001

Color Harmonies of #0237CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0237CF

Black with #0237CF

Text Example


Text Example

White with #0237CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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