Html Css Color HEX #0237DF Persian Blue

📋 copy color: '#0237DF'

red 2 ◦ green 55 ◦ blue 223

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

Shades of Persian Blue #0237DF

Tints of Persian Blue #0237DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 79.64%

R = 0.71%
G = 19.64%
B = 79.64%

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

#0237DF (or 0x0237DF) is known color: Persian Blue. HEX triplet: 02, 37 and DF. RGB value is (2,55,223). Sum of RGB (Red+Green+Blue) = 2+55+223=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 223 (87.5% from 255 or 79.64% from 280); Max value from RGB is 223 - color contains mainly: blue. Hex color #0237DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0237DF is #FDC820. Grayscale: #393939. Windows color (decimal): -16631841 or 14628610. OLE color: 14628610.

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

Color convert

RGB 2 55 223 -
CMYK 0.99 0.75 0 0.13
HSL 225.61º 0.98% 0.44% -
HSV(B) 225.61º 0.99% 0.87% -
XYZ 14.71 8.07 70.59 -
YUV 58.31 220.94 87.84 -
System Red Green Blue C M Y K H S L
Decimal 2 55 223 0.99 0.75 0 0.13 225.61 0.98 0.44
Hex 2 37 DF 63 4B 0 D E2 62 2C
Octal 2 67 337 143 113 0 15 342 142 54
Binary 10 110111 11011111 1100011 1001011 0 1101 11100010 1100010 101100

Color Harmonies of #0237DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0237DF

Black with #0237DF

Text Example


Text Example

White with #0237DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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