Html Css Color HEX #023DEE Navy Blue

📋 copy color: '#023DEE'

red 2 ◦ green 61 ◦ blue 238

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

Shades of Navy Blue #023DEE

Tints of Navy Blue #023DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 79.07%

R = 0.66%
G = 20.27%
B = 79.07%

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

#023DEE (or 0x023DEE) is known color: Navy Blue. HEX triplet: 02, 3D and EE. RGB value is (2,61,238). Sum of RGB (Red+Green+Blue) = 2+61+238=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 238 (93.36% from 255 or 79.07% from 301); Max value from RGB is 238 - color contains mainly: blue. Hex color #023DEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023DEE is #FDC211. Grayscale: #3E3E3E. Windows color (decimal): -16630290 or 15613186. OLE color: 15613186.

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

Color convert

RGB 2 61 238 -
CMYK 0.99 0.74 0 0.07
HSL 225º 0.98% 0.47% -
HSV(B) 225º 0.99% 0.93% -
XYZ 17.13 9.52 81.82 -
YUV 63.54 226.45 84.11 -
System Red Green Blue C M Y K H S L
Decimal 2 61 238 0.99 0.74 0 0.07 225 0.98 0.47
Hex 2 3D EE 63 4A 0 7 E1 62 2F
Octal 2 75 356 143 112 0 7 341 142 57
Binary 10 111101 11101110 1100011 1001010 0 111 11100001 1100010 101111

Color Harmonies of #023DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023DEE

Black with #023DEE

Text Example


Text Example

White with #023DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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