Html Css Color HEX #023DEC Persian Blue

📋 copy color: '#023DEC'

red 2 ◦ green 61 ◦ blue 236

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

Shades of Persian Blue #023DEC

Tints of Persian Blue #023DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.4%

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

R = 0.67%
G = 20.4%
B = 78.93%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#023DEC (or 0x023DEC) is known color: Persian Blue. HEX triplet: 02, 3D and EC. RGB value is (2,61,236). Sum of RGB (Red+Green+Blue) = 2+61+236=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 236 (92.58% from 255 or 78.93% from 299); Max value from RGB is 236 - color contains mainly: blue. Hex color #023DEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023DEC is #FDC213. Grayscale: #3E3E3E. Windows color (decimal): -16630292 or 15482114. OLE color: 15482114.

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

Color convert

RGB 2 61 236 -
CMYK 0.99 0.74 0 0.07
HSL 224.87º 0.98% 0.47% -
HSV(B) 224.87º 0.99% 0.93% -
XYZ 16.83 9.41 80.29 -
YUV 63.31 225.45 84.27 -
System Red Green Blue C M Y K H S L
Decimal 2 61 236 0.99 0.74 0 0.07 224.87 0.98 0.47
Hex 2 3D EC 63 4A 0 7 E1 62 2F
Octal 2 75 354 143 112 0 7 341 142 57
Binary 10 111101 11101100 1100011 1001010 0 111 11100001 1100010 101111

Color Harmonies of #023DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023DEC

Black with #023DEC

Text Example


Text Example

White with #023DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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