Html Css Color HEX #023CEA Persian Blue

📋 copy color: '#023CEA'

red 2 ◦ green 60 ◦ blue 234

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

Shades of Persian Blue #023CEA

Tints of Persian Blue #023CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 79.05%

R = 0.68%
G = 20.27%
B = 79.05%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#023CEA (or 0x023CEA) is known color: Persian Blue. HEX triplet: 02, 3C and EA. RGB value is (2,60,234). Sum of RGB (Red+Green+Blue) = 2+60+234=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 234 (91.80% from 255 or 79.05% from 296); Max value from RGB is 234 - color contains mainly: blue. Hex color #023CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023CEA is #FDC315. Grayscale: #3D3D3D. Windows color (decimal): -16630550 or 15350786. OLE color: 15350786.

HSL color Cylindrical-coordinate representation of color #023CEA: hue angle of 225º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023CEA is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 60 234 -
CMYK 0.99 0.74 0 0.08
HSL 225º 0.98% 0.46% -
HSV(B) 225º 0.99% 0.92% -
XYZ 16.49 9.19 78.75 -
YUV 62.49 224.78 84.85 -
System Red Green Blue C M Y K H S L
Decimal 2 60 234 0.99 0.74 0 0.08 225 0.98 0.46
Hex 2 3C EA 63 4A 0 8 E1 62 2E
Octal 2 74 352 143 112 0 10 341 142 56
Binary 10 111100 11101010 1100011 1001010 0 1000 11100001 1100010 101110

Color Harmonies of #023CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023CEA

Black with #023CEA

Text Example


Text Example

White with #023CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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