Html Css Color HEX #023DF8 Navy Blue

📋 copy color: '#023DF8'

red 2 ◦ green 61 ◦ blue 248

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

Shades of Navy Blue #023DF8

Tints of Navy Blue #023DF8

RGB

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

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

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

R = 0.64%
G = 19.61%
B = 79.74%

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

#023DF8 (or 0x023DF8) is known color: Navy Blue. HEX triplet: 02, 3D and F8. RGB value is (2,61,248). Sum of RGB (Red+Green+Blue) = 2+61+248=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 248 (97.27% from 255 or 79.74% from 311); Max value from RGB is 248 - color contains mainly: blue. Hex color #023DF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023DF8 is #FDC207. Grayscale: #3F3F3F. Windows color (decimal): -16630280 or 16268546. OLE color: 16268546.

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

Color convert

RGB 2 61 248 -
CMYK 0.99 0.75 0 0.03
HSL 225.61º 0.98% 0.49% -
HSV(B) 225.61º 0.99% 0.97% -
XYZ 18.64 10.13 89.78 -
YUV 64.68 231.45 83.29 -
System Red Green Blue C M Y K H S L
Decimal 2 61 248 0.99 0.75 0 0.03 225.61 0.98 0.49
Hex 2 3D F8 63 4B 0 3 E2 62 31
Octal 2 75 370 143 113 0 3 342 142 61
Binary 10 111101 11111000 1100011 1001011 0 11 11100010 1100010 110001

Color Harmonies of #023DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023DF8

Black with #023DF8

Text Example


Text Example

White with #023DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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