Html Css Color HEX #023BCC Persian Blue

📋 copy color: '#023BCC'

red 2 ◦ green 59 ◦ blue 204

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

Shades of Persian Blue #023BCC

Tints of Persian Blue #023BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.26%

 BLUE value IS 204 (80.08% from 255) = 76.98%

R = 0.75%
G = 22.26%
B = 76.98%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#023BCC (or 0x023BCC) is known color: Persian Blue. HEX triplet: 02, 3B and CC. RGB value is (2,59,204). Sum of RGB (Red+Green+Blue) = 2+59+204=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 204 (80.08% from 255 or 76.98% from 265); Max value from RGB is 204 - color contains mainly: blue. Hex color #023BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023BCC is #FDC433. Grayscale: #393939. Windows color (decimal): -16630836 or 13384450. OLE color: 13384450.

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

Color convert

RGB 2 59 204 -
CMYK 0.99 0.71 0 0.2
HSL 223.07º 0.98% 0.4% -
HSV(B) 223.07º 0.99% 0.8% -
XYZ 12.49 7.5 57.92 -
YUV 58.49 210.12 87.71 -
System Red Green Blue C M Y K H S L
Decimal 2 59 204 0.99 0.71 0 0.2 223.07 0.98 0.4
Hex 2 3B CC 63 47 0 14 DF 62 28
Octal 2 73 314 143 107 0 24 337 142 50
Binary 10 111011 11001100 1100011 1000111 0 10100 11011111 1100010 101000

Color Harmonies of #023BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023BCC

Black with #023BCC

Text Example


Text Example

White with #023BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,59,204); }

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

background-color css

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

 a { background-color: rgb(2,59,204); }

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

border-color css

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

 span { border-color: rgb(2,59,204); }

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