Html Css Color HEX #023CCB Persian Blue

📋 copy color: '#023CCB'

red 2 ◦ green 60 ◦ blue 203

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

Shades of Persian Blue #023CCB

Tints of Persian Blue #023CCB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.64%

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

R = 0.75%
G = 22.64%
B = 76.6%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#023CCB (or 0x023CCB) is known color: Persian Blue. HEX triplet: 02, 3C and CB. RGB value is (2,60,203). Sum of RGB (Red+Green+Blue) = 2+60+203=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 203 (79.69% from 255 or 76.60% from 265); Max value from RGB is 203 - color contains mainly: blue. Hex color #023CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CCB is #FDC334. Grayscale: #3A3A3A. Windows color (decimal): -16630581 or 13319170. OLE color: 13319170.

HSL color Cylindrical-coordinate representation of color #023CCB: hue angle of 222.69º 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 #023CCB is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 60 203 -
CMYK 0.99 0.70 0 0.20
HSL 222.69º 0.98% 0.4% -
HSV(B) 222.69º 0.99% 0.8% -
XYZ 12.42 7.56 57.3 -
YUV 58.96 209.28 87.37 -
System Red Green Blue C M Y K H S L
Decimal 2 60 203 0.99 0.70 0 0.20 222.69 0.98 0.4
Hex 2 3C CB 63 46 0 14 DF 62 28
Octal 2 74 313 143 106 0 24 337 142 50
Binary 10 111100 11001011 1100011 1000110 0 10100 11011111 1100010 101000

Color Harmonies of #023CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023CCB

Black with #023CCB

Text Example


Text Example

White with #023CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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