Html Css Color HEX #024BFD Navy Blue

📋 copy color: '#024BFD'

red 2 ◦ green 75 ◦ blue 253

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

Shades of Navy Blue #024BFD

Tints of Navy Blue #024BFD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.73%

 BLUE value IS 253 (99.22% from 255) = 76.67%

R = 0.61%
G = 22.73%
B = 76.67%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#024BFD (or 0x024BFD) is known color: Navy Blue. HEX triplet: 02, 4B and FD. RGB value is (2,75,253). Sum of RGB (Red+Green+Blue) = 2+75+253=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 253 (99.22% from 255 or 76.67% from 330); Max value from RGB is 253 - color contains mainly: blue. Hex color #024BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024BFD is #FDB402. Grayscale: #484848. Windows color (decimal): -16626691 or 16599810. OLE color: 16599810.

HSL color Cylindrical-coordinate representation of color #024BFD: hue angle of 222.55º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BFD is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 2 75 253 -
CMYK 0.99 0.70 0 0.01
HSL 222.55º 0.98% 0.5% -
HSV(B) 222.55º 0.99% 0.99% -
XYZ 20.27 12.14 94.2 -
YUV 73.47 229.32 77.03 -
System Red Green Blue C M Y K H S L
Decimal 2 75 253 0.99 0.70 0 0.01 222.55 0.98 0.5
Hex 2 4B FD 63 46 0 1 DF 62 32
Octal 2 113 375 143 106 0 1 337 142 62
Binary 10 1001011 11111101 1100011 1000110 0 1 11011111 1100010 110010

Color Harmonies of #024BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BFD

Black with #024BFD

Text Example


Text Example

White with #024BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024BFD; }

 p { color: rgb(2,75,253); }

 H1.HeaderClassName
 {
   color: #024BFD;
 }
 .AnyTagClassName
 {
   color: #024BFD;
 }
</style>

background-color css

<style>
 a { background-color: #024BFD; }

 a { background-color: rgb(2,75,253); }

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

border-color css

<style>
 span { border-color: #024BFD; }

 span { border-color: rgb(2,75,253); }

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