Html Css Color HEX #024BF2 Navy Blue

📋 copy color: '#024BF2'

red 2 ◦ green 75 ◦ blue 242

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

Shades of Navy Blue #024BF2

Tints of Navy Blue #024BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 75.86%

R = 0.63%
G = 23.51%
B = 75.86%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#024BF2 (or 0x024BF2) is known color: Navy Blue. HEX triplet: 02, 4B and F2. RGB value is (2,75,242). Sum of RGB (Red+Green+Blue) = 2+75+242=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 242 (94.92% from 255 or 75.86% from 319); Max value from RGB is 242 - color contains mainly: blue. Hex color #024BF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024BF2 is #FDB40D. Grayscale: #474747. Windows color (decimal): -16626702 or 15878914. OLE color: 15878914.

HSL color Cylindrical-coordinate representation of color #024BF2: hue angle of 221.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BF2 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 2 75 242 -
CMYK 0.99 0.69 0 0.05
HSL 221.75º 0.98% 0.48% -
HSV(B) 221.75º 0.99% 0.95% -
XYZ 18.57 11.46 85.24 -
YUV 72.21 223.82 77.92 -
System Red Green Blue C M Y K H S L
Decimal 2 75 242 0.99 0.69 0 0.05 221.75 0.98 0.48
Hex 2 4B F2 63 45 0 5 DE 62 30
Octal 2 113 362 143 105 0 5 336 142 60
Binary 10 1001011 11110010 1100011 1000101 0 101 11011110 1100010 110000

Color Harmonies of #024BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BF2

Black with #024BF2

Text Example


Text Example

White with #024BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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