Html Css Color HEX #2995FE Dodger Blue

📋 copy color: '#2995FE'

red 41 ◦ green 149 ◦ blue 254

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

Shades of Dodger Blue #2995FE

Tints of Dodger Blue #2995FE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.56%

 BLUE value IS 254 (99.61% from 255) = 57.21%

R = 9.23%
G = 33.56%
B = 57.21%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2995FE (or 0x2995FE) is known color: Dodger Blue. HEX triplet: 29, 95 and FE. RGB value is (41,149,254). Sum of RGB (Red+Green+Blue) = 41+149+254=444 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.23% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #2995FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2995FE is #D66A01. Grayscale: #808080. Windows color (decimal): -14051842 or 16684329. OLE color: 16684329.

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

Color convert

RGB 41 149 254 -
CMYK 0.84 0.41 0 0.00
HSL 209.58º 0.99% 0.58% -
HSV(B) 209.58º 0.84% 1% -
XYZ 29.55 29.12 97.83 -
YUV 128.68 198.72 65.46 -
System Red Green Blue C M Y K H S L
Decimal 41 149 254 0.84 0.41 0 0.00 209.58 0.99 0.58
Hex 29 95 FE 54 29 0 0 D2 63 3A
Octal 51 225 376 124 51 0 0 322 143 72
Binary 101001 10010101 11111110 1010100 101001 0 0 11010010 1100011 111010

Color Harmonies of #2995FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2995FE

Black with #2995FE

Text Example


Text Example

White with #2995FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2995FE; }

 p { color: rgb(41,149,254); }

 H1.HeaderClassName
 {
   color: #2995FE;
 }
 .AnyTagClassName
 {
   color: #2995FE;
 }
</style>

background-color css

<style>
 a { background-color: #2995FE; }

 a { background-color: rgb(41,149,254); }

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

border-color css

<style>
 span { border-color: #2995FE; }

 span { border-color: rgb(41,149,254); }

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