Html Css Color HEX #296EFF Dodger Blue

📋 copy color: '#296EFF'

red 41 ◦ green 110 ◦ blue 255

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

Shades of Dodger Blue #296EFF

Tints of Dodger Blue #296EFF

RGB

 RED value IS 41 (16.41% from 255) = 10.1%

 GREEN value IS 110 (43.36% from 255) = 27.09%

 BLUE value IS 255 (100% from 255) = 62.81%

R = 10.1%
G = 27.09%
B = 62.81%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#296EFF (or 0x296EFF) is known color: Dodger Blue. HEX triplet: 29, 6E and FF. RGB value is (41,110,255). Sum of RGB (Red+Green+Blue) = 41+110+255=406 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.10% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #296EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296EFF is #D69100. Grayscale: #696969. Windows color (decimal): -14061825 or 16739881. OLE color: 16739881.

HSL color Cylindrical-coordinate representation of color #296EFF: hue angle of 220.65º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #296EFF is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 41 110 255 -
CMYK 0.84 0.57 0 0
HSL 220.65º 1% 0.58% -
HSV(B) 220.65º 0.84% 1% -
XYZ 24.54 18.84 96.95 -
YUV 105.9 212.14 81.71 -
System Red Green Blue C M Y K H S L
Decimal 41 110 255 0.84 0.57 0 0 220.65 1 0.58
Hex 29 6E FF 54 39 0 0 DD 64 3A
Octal 51 156 377 124 71 0 0 335 144 72
Binary 101001 1101110 11111111 1010100 111001 0 0 11011101 1100100 111010

Color Harmonies of #296EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296EFF

Black with #296EFF

Text Example


Text Example

White with #296EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296EFF; }

 p { color: rgb(41,110,255); }

 H1.HeaderClassName
 {
   color: #296EFF;
 }
 .AnyTagClassName
 {
   color: #296EFF;
 }
</style>

background-color css

<style>
 a { background-color: #296EFF; }

 a { background-color: rgb(41,110,255); }

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

border-color css

<style>
 span { border-color: #296EFF; }

 span { border-color: rgb(41,110,255); }

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