Html Css Color HEX #023CEB Persian Blue

📋 copy color: '#023CEB'

red 2 ◦ green 60 ◦ blue 235

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

Shades of Persian Blue #023CEB

Tints of Persian Blue #023CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 79.12%

R = 0.67%
G = 20.2%
B = 79.12%

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

#023CEB (or 0x023CEB) is known color: Persian Blue. HEX triplet: 02, 3C and EB. RGB value is (2,60,235). Sum of RGB (Red+Green+Blue) = 2+60+235=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 235 (92.19% from 255 or 79.12% from 297); Max value from RGB is 235 - color contains mainly: blue. Hex color #023CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023CEB is #FDC314. Grayscale: #3D3D3D. Windows color (decimal): -16630549 or 15416322. OLE color: 15416322.

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

Color convert

RGB 2 60 235 -
CMYK 0.99 0.74 0 0.08
HSL 225.06º 0.98% 0.46% -
HSV(B) 225.06º 0.99% 0.92% -
XYZ 16.64 9.24 79.5 -
YUV 62.61 225.28 84.77 -
System Red Green Blue C M Y K H S L
Decimal 2 60 235 0.99 0.74 0 0.08 225.06 0.98 0.46
Hex 2 3C EB 63 4A 0 8 E1 62 2E
Octal 2 74 353 143 112 0 10 341 142 56
Binary 10 111100 11101011 1100011 1001010 0 1000 11100001 1100010 101110

Color Harmonies of #023CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023CEB

Black with #023CEB

Text Example


Text Example

White with #023CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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