Html Css Color HEX #023EDD Persian Blue

📋 copy color: '#023EDD'

red 2 ◦ green 62 ◦ blue 221

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

Shades of Persian Blue #023EDD

Tints of Persian Blue #023EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.75%

 BLUE value IS 221 (86.72% from 255) = 77.54%

R = 0.7%
G = 21.75%
B = 77.54%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#023EDD (or 0x023EDD) is known color: Persian Blue. HEX triplet: 02, 3E and DD. RGB value is (2,62,221). Sum of RGB (Red+Green+Blue) = 2+62+221=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 221 (86.72% from 255 or 77.54% from 285); Max value from RGB is 221 - color contains mainly: blue. Hex color #023EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023EDD is #FDC122. Grayscale: #3D3D3D. Windows color (decimal): -16630051 or 14499330. OLE color: 14499330.

HSL color Cylindrical-coordinate representation of color #023EDD: hue angle of 223.56º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023EDD is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 62 221 -
CMYK 0.99 0.72 0 0.13
HSL 223.56º 0.98% 0.44% -
HSV(B) 223.56º 0.99% 0.87% -
XYZ 14.8 8.68 69.3 -
YUV 62.19 217.62 85.07 -
System Red Green Blue C M Y K H S L
Decimal 2 62 221 0.99 0.72 0 0.13 223.56 0.98 0.44
Hex 2 3E DD 63 48 0 D E0 62 2C
Octal 2 76 335 143 110 0 15 340 142 54
Binary 10 111110 11011101 1100011 1001000 0 1101 11100000 1100010 101100

Color Harmonies of #023EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023EDD

Black with #023EDD

Text Example


Text Example

White with #023EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,62,221); }

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

background-color css

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

 a { background-color: rgb(2,62,221); }

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

border-color css

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

 span { border-color: rgb(2,62,221); }

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