Html Css Color HEX #2F81EB Dodger Blue

📋 copy color: '#2F81EB'

red 47 ◦ green 129 ◦ blue 235

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

Shades of Dodger Blue #2F81EB

Tints of Dodger Blue #2F81EB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.39%

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

R = 11.44%
G = 31.39%
B = 57.18%

CMYK

 C value IS 0.8

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2F81EB (or 0x2F81EB) is known color: Dodger Blue. HEX triplet: 2F, 81 and EB. RGB value is (47,129,235). Sum of RGB (Red+Green+Blue) = 47+129+235=411 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.44% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F81EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F81EB is #D07E14. Grayscale: #747474. Windows color (decimal): -13663765 or 15434031. OLE color: 15434031.

HSL color Cylindrical-coordinate representation of color #2F81EB: hue angle of 213.83º 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 #2F81EB is Cyan = 0.8, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 129 235 -
CMYK 0.8 0.45 0 0.08
HSL 213.83º 0.82% 0.55% -
HSV(B) 213.83º 0.8% 0.92% -
XYZ 24.02 22.3 81.64 -
YUV 116.57 194.83 78.38 -
System Red Green Blue C M Y K H S L
Decimal 47 129 235 0.8 0.45 0 0.08 213.83 0.82 0.55
Hex 2F 81 EB 50 2D 0 8 D6 52 37
Octal 57 201 353 120 55 0 10 326 122 67
Binary 101111 10000001 11101011 1010000 101101 0 1000 11010110 1010010 110111

Color Harmonies of #2F81EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F81EB

Black with #2F81EB

Text Example


Text Example

White with #2F81EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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