Html Css Color HEX #2997FF Dodger Blue

📋 copy color: '#2997FF'

red 41 ◦ green 151 ◦ blue 255

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

Shades of Dodger Blue #2997FF

Tints of Dodger Blue #2997FF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.78%

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

R = 9.17%
G = 33.78%
B = 57.05%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2997FF (or 0x2997FF) is known color: Dodger Blue. HEX triplet: 29, 97 and FF. RGB value is (41,151,255). Sum of RGB (Red+Green+Blue) = 41+151+255=447 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.17% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #2997FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2997FF is #D66800. Grayscale: #818181. Windows color (decimal): -14051329 or 16750377. OLE color: 16750377.

HSL color Cylindrical-coordinate representation of color #2997FF: hue angle of 209.16º 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 #2997FF is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 41 151 255 -
CMYK 0.84 0.41 0 0
HSL 209.16º 1% 0.58% -
HSV(B) 209.16º 0.84% 1% -
XYZ 30.03 29.82 98.78 -
YUV 129.97 198.56 64.54 -
System Red Green Blue C M Y K H S L
Decimal 41 151 255 0.84 0.41 0 0 209.16 1 0.58
Hex 29 97 FF 54 29 0 0 D1 64 3A
Octal 51 227 377 124 51 0 0 321 144 72
Binary 101001 10010111 11111111 1010100 101001 0 0 11010001 1100100 111010

Color Harmonies of #2997FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2997FF

Black with #2997FF

Text Example


Text Example

White with #2997FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2997FF; }

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

 H1.HeaderClassName
 {
   color: #2997FF;
 }
 .AnyTagClassName
 {
   color: #2997FF;
 }
</style>

background-color css

<style>
 a { background-color: #2997FF; }

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

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

border-color css

<style>
 span { border-color: #2997FF; }

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

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