Html Css Color HEX #023EDA Persian Blue

📋 copy color: '#023EDA'

red 2 ◦ green 62 ◦ blue 218

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

Shades of Persian Blue #023EDA

Tints of Persian Blue #023EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 77.3%

R = 0.71%
G = 21.99%
B = 77.3%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#023EDA (or 0x023EDA) is known color: Persian Blue. HEX triplet: 02, 3E and DA. RGB value is (2,62,218). Sum of RGB (Red+Green+Blue) = 2+62+218=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 218 (85.55% from 255 or 77.30% from 282); Max value from RGB is 218 - color contains mainly: blue. Hex color #023EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023EDA is #FDC125. Grayscale: #3D3D3D. Windows color (decimal): -16630054 or 14302722. OLE color: 14302722.

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

Color convert

RGB 2 62 218 -
CMYK 0.99 0.72 0 0.15
HSL 223.33º 0.98% 0.43% -
HSV(B) 223.33º 0.99% 0.85% -
XYZ 14.4 8.52 67.22 -
YUV 61.84 216.12 85.32 -
System Red Green Blue C M Y K H S L
Decimal 2 62 218 0.99 0.72 0 0.15 223.33 0.98 0.43
Hex 2 3E DA 63 48 0 F DF 62 2B
Octal 2 76 332 143 110 0 17 337 142 53
Binary 10 111110 11011010 1100011 1001000 0 1111 11011111 1100010 101011

Color Harmonies of #023EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023EDA

Black with #023EDA

Text Example


Text Example

White with #023EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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