Html Css Color HEX #023DED Navy Blue

📋 copy color: '#023DED'

red 2 ◦ green 61 ◦ blue 237

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

Shades of Navy Blue #023DED

Tints of Navy Blue #023DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 79%

R = 0.67%
G = 20.33%
B = 79%

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

#023DED (or 0x023DED) is known color: Navy Blue. HEX triplet: 02, 3D and ED. RGB value is (2,61,237). Sum of RGB (Red+Green+Blue) = 2+61+237=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 237 (92.97% from 255 or 79% from 300); Max value from RGB is 237 - color contains mainly: blue. Hex color #023DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023DED is #FDC212. Grayscale: #3E3E3E. Windows color (decimal): -16630291 or 15547650. OLE color: 15547650.

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

Color convert

RGB 2 61 237 -
CMYK 0.99 0.74 0 0.07
HSL 224.94º 0.98% 0.47% -
HSV(B) 224.94º 0.99% 0.93% -
XYZ 16.98 9.46 81.05 -
YUV 63.42 225.95 84.19 -
System Red Green Blue C M Y K H S L
Decimal 2 61 237 0.99 0.74 0 0.07 224.94 0.98 0.47
Hex 2 3D ED 63 4A 0 7 E1 62 2F
Octal 2 75 355 143 112 0 7 341 142 57
Binary 10 111101 11101101 1100011 1001010 0 111 11100001 1100010 101111

Color Harmonies of #023DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023DED

Black with #023DED

Text Example


Text Example

White with #023DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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