Html Css Color HEX #026DF3 Navy Blue

📋 copy color: '#026DF3'

red 2 ◦ green 109 ◦ blue 243

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

Shades of Navy Blue #026DF3

Tints of Navy Blue #026DF3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.79%

 BLUE value IS 243 (95.31% from 255) = 68.64%

R = 0.56%
G = 30.79%
B = 68.64%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#026DF3 (or 0x026DF3) is known color: Navy Blue. HEX triplet: 02, 6D and F3. RGB value is (2,109,243). Sum of RGB (Red+Green+Blue) = 2+109+243=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 243 (95.31% from 255 or 68.64% from 354); Max value from RGB is 243 - color contains mainly: blue. Hex color #026DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #026DF3 is #FD920C. Grayscale: #5B5B5B. Windows color (decimal): -16617997 or 15953154. OLE color: 15953154.

HSL color Cylindrical-coordinate representation of color #026DF3: hue angle of 213.36º 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 #026DF3 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 2 109 243 -
CMYK 0.99 0.55 0 0.05
HSL 213.36º 0.98% 0.48% -
HSV(B) 213.36º 0.99% 0.95% -
XYZ 21.67 17.42 87.01 -
YUV 92.28 213.05 63.6 -
System Red Green Blue C M Y K H S L
Decimal 2 109 243 0.99 0.55 0 0.05 213.36 0.98 0.48
Hex 2 6D F3 63 37 0 5 D5 62 30
Octal 2 155 363 143 67 0 5 325 142 60
Binary 10 1101101 11110011 1100011 110111 0 101 11010101 1100010 110000

Color Harmonies of #026DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026DF3

Black with #026DF3

Text Example


Text Example

White with #026DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026DF3; }

 p { color: rgb(2,109,243); }

 H1.HeaderClassName
 {
   color: #026DF3;
 }
 .AnyTagClassName
 {
   color: #026DF3;
 }
</style>

background-color css

<style>
 a { background-color: #026DF3; }

 a { background-color: rgb(2,109,243); }

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

border-color css

<style>
 span { border-color: #026DF3; }

 span { border-color: rgb(2,109,243); }

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