Html Css Color HEX #023ECB Persian Blue

📋 copy color: '#023ECB'

red 2 ◦ green 62 ◦ blue 203

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

Shades of Persian Blue #023ECB

Tints of Persian Blue #023ECB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.22%

 BLUE value IS 203 (79.69% from 255) = 76.03%

R = 0.75%
G = 23.22%
B = 76.03%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#023ECB (or 0x023ECB) is known color: Persian Blue. HEX triplet: 02, 3E and CB. RGB value is (2,62,203). Sum of RGB (Red+Green+Blue) = 2+62+203=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 203 (79.69% from 255 or 76.03% from 267); Max value from RGB is 203 - color contains mainly: blue. Hex color #023ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023ECB is #FDC134. Grayscale: #3B3B3B. Windows color (decimal): -16630069 or 13319682. OLE color: 13319682.

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

Color convert

RGB 2 62 203 -
CMYK 0.99 0.69 0 0.20
HSL 222.09º 0.98% 0.4% -
HSV(B) 222.09º 0.99% 0.8% -
XYZ 12.53 7.77 57.34 -
YUV 60.13 208.62 86.54 -
System Red Green Blue C M Y K H S L
Decimal 2 62 203 0.99 0.69 0 0.20 222.09 0.98 0.4
Hex 2 3E CB 63 45 0 14 DE 62 28
Octal 2 76 313 143 105 0 24 336 142 50
Binary 10 111110 11001011 1100011 1000101 0 10100 11011110 1100010 101000

Color Harmonies of #023ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023ECB

Black with #023ECB

Text Example


Text Example

White with #023ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023ECB; }

 p { color: rgb(2,62,203); }

 H1.HeaderClassName
 {
   color: #023ECB;
 }
 .AnyTagClassName
 {
   color: #023ECB;
 }
</style>

background-color css

<style>
 a { background-color: #023ECB; }

 a { background-color: rgb(2,62,203); }

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

border-color css

<style>
 span { border-color: #023ECB; }

 span { border-color: rgb(2,62,203); }

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