Html Css Color HEX #023CEF Persian Blue

📋 copy color: '#023CEF'

red 2 ◦ green 60 ◦ blue 239

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

Shades of Persian Blue #023CEF

Tints of Persian Blue #023CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 79.4%

R = 0.66%
G = 19.93%
B = 79.4%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#023CEF (or 0x023CEF) is known color: Persian Blue. HEX triplet: 02, 3C and EF. RGB value is (2,60,239). Sum of RGB (Red+Green+Blue) = 2+60+239=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 239 (93.75% from 255 or 79.40% from 301); Max value from RGB is 239 - color contains mainly: blue. Hex color #023CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023CEF is #FDC310. Grayscale: #3E3E3E. Windows color (decimal): -16630545 or 15678466. OLE color: 15678466.

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

Color convert

RGB 2 60 239 -
CMYK 0.99 0.75 0 0.06
HSL 225.32º 0.98% 0.47% -
HSV(B) 225.32º 0.99% 0.94% -
XYZ 17.22 9.48 82.58 -
YUV 63.06 227.28 84.45 -
System Red Green Blue C M Y K H S L
Decimal 2 60 239 0.99 0.75 0 0.06 225.32 0.98 0.47
Hex 2 3C EF 63 4B 0 6 E1 62 2F
Octal 2 74 357 143 113 0 6 341 142 57
Binary 10 111100 11101111 1100011 1001011 0 110 11100001 1100010 101111

Color Harmonies of #023CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023CEF

Black with #023CEF

Text Example


Text Example

White with #023CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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