Html Css Color HEX #2F95EE Dodger Blue

📋 copy color: '#2F95EE'

red 47 ◦ green 149 ◦ blue 238

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

Shades of Dodger Blue #2F95EE

Tints of Dodger Blue #2F95EE

RGB

 RED value IS 47 (18.75% from 255) = 10.83%

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

 BLUE value IS 238 (93.36% from 255) = 54.84%

R = 10.83%
G = 34.33%
B = 54.84%

CMYK

 C value IS 0.80

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2F95EE (or 0x2F95EE) is known color: Dodger Blue. HEX triplet: 2F, 95 and EE. RGB value is (47,149,238). Sum of RGB (Red+Green+Blue) = 47+149+238=434 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.83% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #2F95EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F95EE is #D06A11. Grayscale: #808080. Windows color (decimal): -13658642 or 15635759. OLE color: 15635759.

HSL color Cylindrical-coordinate representation of color #2F95EE: hue angle of 207.96º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F95EE is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 149 238 -
CMYK 0.80 0.37 0 0.07
HSL 207.96º 0.85% 0.56% -
HSV(B) 207.96º 0.8% 0.93% -
XYZ 27.35 28.27 84.9 -
YUV 128.65 189.71 69.76 -
System Red Green Blue C M Y K H S L
Decimal 47 149 238 0.80 0.37 0 0.07 207.96 0.85 0.56
Hex 2F 95 EE 50 25 0 7 D0 55 38
Octal 57 225 356 120 45 0 7 320 125 70
Binary 101111 10010101 11101110 1010000 100101 0 111 11010000 1010101 111000

Color Harmonies of #2F95EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F95EE

Black with #2F95EE

Text Example


Text Example

White with #2F95EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F95EE; }

 p { color: rgb(47,149,238); }

 H1.HeaderClassName
 {
   color: #2F95EE;
 }
 .AnyTagClassName
 {
   color: #2F95EE;
 }
</style>

background-color css

<style>
 a { background-color: #2F95EE; }

 a { background-color: rgb(47,149,238); }

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

border-color css

<style>
 span { border-color: #2F95EE; }

 span { border-color: rgb(47,149,238); }

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