Html Css Color HEX #2F7EEF Dodger Blue

📋 copy color: '#2F7EEF'

red 47 ◦ green 126 ◦ blue 239

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

Shades of Dodger Blue #2F7EEF

Tints of Dodger Blue #2F7EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.58%

 BLUE value IS 239 (93.75% from 255) = 58.01%

R = 11.41%
G = 30.58%
B = 58.01%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2F7EEF (or 0x2F7EEF) is known color: Dodger Blue. HEX triplet: 2F, 7E and EF. RGB value is (47,126,239). Sum of RGB (Red+Green+Blue) = 47+126+239=412 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.41% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F7EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F7EEF is #D08110. Grayscale: #727272. Windows color (decimal): -13664529 or 15695407. OLE color: 15695407.

HSL color Cylindrical-coordinate representation of color #2F7EEF: hue angle of 215.31º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F7EEF is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 126 239 -
CMYK 0.80 0.47 0 0.06
HSL 215.31º 0.86% 0.56% -
HSV(B) 215.31º 0.8% 0.94% -
XYZ 24.21 21.76 84.58 -
YUV 115.26 197.83 79.31 -
System Red Green Blue C M Y K H S L
Decimal 47 126 239 0.80 0.47 0 0.06 215.31 0.86 0.56
Hex 2F 7E EF 50 2F 0 6 D7 56 38
Octal 57 176 357 120 57 0 6 327 126 70
Binary 101111 1111110 11101111 1010000 101111 0 110 11010111 1010110 111000

Color Harmonies of #2F7EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7EEF

Black with #2F7EEF

Text Example


Text Example

White with #2F7EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,126,239); }

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

background-color css

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

 a { background-color: rgb(47,126,239); }

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

border-color css

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

 span { border-color: rgb(47,126,239); }

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