Html Css Color HEX #0254FD Navy Blue

📋 copy color: '#0254FD'

red 2 ◦ green 84 ◦ blue 253

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

Shades of Navy Blue #0254FD

Tints of Navy Blue #0254FD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.78%

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

R = 0.59%
G = 24.78%
B = 74.63%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0254FD (or 0x0254FD) is known color: Navy Blue. HEX triplet: 02, 54 and FD. RGB value is (2,84,253). Sum of RGB (Red+Green+Blue) = 2+84+253=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 253 (99.22% from 255 or 74.63% from 339); Max value from RGB is 253 - color contains mainly: blue. Hex color #0254FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0254FD is #FDAB02. Grayscale: #4D4D4D. Windows color (decimal): -16624387 or 16602114. OLE color: 16602114.

HSL color Cylindrical-coordinate representation of color #0254FD: hue angle of 220.4º 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 #0254FD is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 2 84 253 -
CMYK 0.99 0.67 0 0.01
HSL 220.4º 0.98% 0.5% -
HSV(B) 220.4º 0.99% 0.99% -
XYZ 20.92 13.45 94.42 -
YUV 78.75 226.33 73.26 -
System Red Green Blue C M Y K H S L
Decimal 2 84 253 0.99 0.67 0 0.01 220.4 0.98 0.5
Hex 2 54 FD 63 43 0 1 DC 62 32
Octal 2 124 375 143 103 0 1 334 142 62
Binary 10 1010100 11111101 1100011 1000011 0 1 11011100 1100010 110010

Color Harmonies of #0254FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0254FD

Black with #0254FD

Text Example


Text Example

White with #0254FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0254FD; }

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

 H1.HeaderClassName
 {
   color: #0254FD;
 }
 .AnyTagClassName
 {
   color: #0254FD;
 }
</style>

background-color css

<style>
 a { background-color: #0254FD; }

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

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

border-color css

<style>
 span { border-color: #0254FD; }

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

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