Html Css Color HEX #2997F6 Dodger Blue

📋 copy color: '#2997F6'

red 41 ◦ green 151 ◦ blue 246

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

Shades of Dodger Blue #2997F6

Tints of Dodger Blue #2997F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.16%

R = 9.36%
G = 34.47%
B = 56.16%

CMYK

 C value IS 0.83

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#2997F6 (or 0x2997F6) is known color: Dodger Blue. HEX triplet: 29, 97 and F6. RGB value is (41,151,246). Sum of RGB (Red+Green+Blue) = 41+151+246=438 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.36% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 246 (96.48% from 255 or 56.16% from 438); Max value from RGB is 246 - color contains mainly: blue. Hex color #2997F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2997F6 is #D66809. Grayscale: #808080. Windows color (decimal): -14051338 or 16160553. OLE color: 16160553.

HSL color Cylindrical-coordinate representation of color #2997F6: hue angle of 207.8º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2997F6 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 41 151 246 -
CMYK 0.83 0.39 0 0.04
HSL 207.8º 0.92% 0.56% -
HSV(B) 207.8º 0.83% 0.96% -
XYZ 28.62 29.26 91.33 -
YUV 128.94 194.06 65.28 -
System Red Green Blue C M Y K H S L
Decimal 41 151 246 0.83 0.39 0 0.04 207.8 0.92 0.56
Hex 29 97 F6 53 27 0 4 D0 5C 38
Octal 51 227 366 123 47 0 4 320 134 70
Binary 101001 10010111 11110110 1010011 100111 0 100 11010000 1011100 111000

Color Harmonies of #2997F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2997F6

Black with #2997F6

Text Example


Text Example

White with #2997F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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