Html Css Color HEX #023BEC Persian Blue

📋 copy color: '#023BEC'

red 2 ◦ green 59 ◦ blue 236

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

Shades of Persian Blue #023BEC

Tints of Persian Blue #023BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 79.46%

R = 0.67%
G = 19.87%
B = 79.46%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#023BEC (or 0x023BEC) is known color: Persian Blue. HEX triplet: 02, 3B and EC. RGB value is (2,59,236). Sum of RGB (Red+Green+Blue) = 2+59+236=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 236 (92.58% from 255 or 79.46% from 297); Max value from RGB is 236 - color contains mainly: blue. Hex color #023BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023BEC is #FDC413. Grayscale: #3D3D3D. Windows color (decimal): -16630804 or 15481602. OLE color: 15481602.

HSL color Cylindrical-coordinate representation of color #023BEC: hue angle of 225.38º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023BEC is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 59 236 -
CMYK 0.99 0.75 0 0.07
HSL 225.38º 0.98% 0.47% -
HSV(B) 225.38º 0.99% 0.93% -
XYZ 16.73 9.2 80.25 -
YUV 62.14 226.12 85.11 -
System Red Green Blue C M Y K H S L
Decimal 2 59 236 0.99 0.75 0 0.07 225.38 0.98 0.47
Hex 2 3B EC 63 4B 0 7 E1 62 2F
Octal 2 73 354 143 113 0 7 341 142 57
Binary 10 111011 11101100 1100011 1001011 0 111 11100001 1100010 101111

Color Harmonies of #023BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023BEC

Black with #023BEC

Text Example


Text Example

White with #023BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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