Html Css Color HEX #023FF8 Navy Blue

📋 copy color: '#023FF8'

red 2 ◦ green 63 ◦ blue 248

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

Shades of Navy Blue #023FF8

Tints of Navy Blue #023FF8

RGB

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

 GREEN value IS 63 (25% from 255) = 20.13%

 BLUE value IS 248 (97.27% from 255) = 79.23%

R = 0.64%
G = 20.13%
B = 79.23%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#023FF8 (or 0x023FF8) is known color: Navy Blue. HEX triplet: 02, 3F and F8. RGB value is (2,63,248). Sum of RGB (Red+Green+Blue) = 2+63+248=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 248 (97.27% from 255 or 79.23% from 313); Max value from RGB is 248 - color contains mainly: blue. Hex color #023FF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023FF8 is #FDC007. Grayscale: #414141. Windows color (decimal): -16629768 or 16269058. OLE color: 16269058.

HSL color Cylindrical-coordinate representation of color #023FF8: hue angle of 225.12º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023FF8 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 2 63 248 -
CMYK 0.99 0.75 0 0.03
HSL 225.12º 0.98% 0.49% -
HSV(B) 225.12º 0.99% 0.97% -
XYZ 18.75 10.35 89.82 -
YUV 65.85 230.79 82.46 -
System Red Green Blue C M Y K H S L
Decimal 2 63 248 0.99 0.75 0 0.03 225.12 0.98 0.49
Hex 2 3F F8 63 4B 0 3 E1 62 31
Octal 2 77 370 143 113 0 3 341 142 61
Binary 10 111111 11111000 1100011 1001011 0 11 11100001 1100010 110001

Color Harmonies of #023FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023FF8

Black with #023FF8

Text Example


Text Example

White with #023FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,63,248); }

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

background-color css

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

 a { background-color: rgb(2,63,248); }

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

border-color css

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

 span { border-color: rgb(2,63,248); }

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