Html Css Color HEX #2F8EEB Dodger Blue

📋 copy color: '#2F8EEB'

red 47 ◦ green 142 ◦ blue 235

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

Shades of Dodger Blue #2F8EEB

Tints of Dodger Blue #2F8EEB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.49%

 BLUE value IS 235 (92.19% from 255) = 55.42%

R = 11.08%
G = 33.49%
B = 55.42%

CMYK

 C value IS 0.8

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2F8EEB (or 0x2F8EEB) is known color: Dodger Blue. HEX triplet: 2F, 8E and EB. RGB value is (47,142,235). Sum of RGB (Red+Green+Blue) = 47+142+235=424 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.08% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F8EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F8EEB is #D07114. Grayscale: #7B7B7B. Windows color (decimal): -13660437 or 15437359. OLE color: 15437359.

HSL color Cylindrical-coordinate representation of color #2F8EEB: hue angle of 209.68º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F8EEB is Cyan = 0.8, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 142 235 -
CMYK 0.8 0.40 0 0.08
HSL 209.68º 0.82% 0.55% -
HSV(B) 209.68º 0.8% 0.92% -
XYZ 25.84 25.95 82.24 -
YUV 124.2 190.53 72.94 -
System Red Green Blue C M Y K H S L
Decimal 47 142 235 0.8 0.40 0 0.08 209.68 0.82 0.55
Hex 2F 8E EB 50 28 0 8 D2 52 37
Octal 57 216 353 120 50 0 10 322 122 67
Binary 101111 10001110 11101011 1010000 101000 0 1000 11010010 1010010 110111

Color Harmonies of #2F8EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8EEB

Black with #2F8EEB

Text Example


Text Example

White with #2F8EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,142,235); }

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

background-color css

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

 a { background-color: rgb(47,142,235); }

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

border-color css

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

 span { border-color: rgb(47,142,235); }

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