Html Css Color HEX #2F8EEA Dodger Blue

📋 copy color: '#2F8EEA'

red 47 ◦ green 142 ◦ blue 234

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

Shades of Dodger Blue #2F8EEA

Tints of Dodger Blue #2F8EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 11.11%
G = 33.57%
B = 55.32%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2F8EEA (or 0x2F8EEA) is known color: Dodger Blue. HEX triplet: 2F, 8E and EA. RGB value is (47,142,234). Sum of RGB (Red+Green+Blue) = 47+142+234=423 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.11% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #2F8EEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F8EEA is #D07115. Grayscale: #7B7B7B. Windows color (decimal): -13660438 or 15371823. OLE color: 15371823.

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

Color convert

RGB 47 142 234 -
CMYK 0.80 0.39 0 0.08
HSL 209.52º 0.82% 0.55% -
HSV(B) 209.52º 0.8% 0.92% -
XYZ 25.7 25.89 81.48 -
YUV 124.08 190.03 73.02 -
System Red Green Blue C M Y K H S L
Decimal 47 142 234 0.80 0.39 0 0.08 209.52 0.82 0.55
Hex 2F 8E EA 50 27 0 8 D2 52 37
Octal 57 216 352 120 47 0 10 322 122 67
Binary 101111 10001110 11101010 1010000 100111 0 1000 11010010 1010010 110111

Color Harmonies of #2F8EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8EEA

Black with #2F8EEA

Text Example


Text Example

White with #2F8EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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