Html Css Color HEX #023DCB Persian Blue

📋 copy color: '#023DCB'

red 2 ◦ green 61 ◦ blue 203

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

Shades of Persian Blue #023DCB

Tints of Persian Blue #023DCB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.93%

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

R = 0.75%
G = 22.93%
B = 76.32%

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

#023DCB (or 0x023DCB) is known color: Persian Blue. HEX triplet: 02, 3D and CB. RGB value is (2,61,203). Sum of RGB (Red+Green+Blue) = 2+61+203=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 203 (79.69% from 255 or 76.32% from 266); Max value from RGB is 203 - color contains mainly: blue. Hex color #023DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023DCB is #FDC234. Grayscale: #3A3A3A. Windows color (decimal): -16630325 or 13319426. OLE color: 13319426.

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

Color convert

RGB 2 61 203 -
CMYK 0.99 0.70 0 0.20
HSL 222.39º 0.98% 0.4% -
HSV(B) 222.39º 0.99% 0.8% -
XYZ 12.47 7.66 57.32 -
YUV 59.55 208.95 86.95 -
System Red Green Blue C M Y K H S L
Decimal 2 61 203 0.99 0.70 0 0.20 222.39 0.98 0.4
Hex 2 3D CB 63 46 0 14 DE 62 28
Octal 2 75 313 143 106 0 24 336 142 50
Binary 10 111101 11001011 1100011 1000110 0 10100 11011110 1100010 101000

Color Harmonies of #023DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023DCB

Black with #023DCB

Text Example


Text Example

White with #023DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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