Html Css Color HEX #2F7EFE Dodger Blue

📋 copy color: '#2F7EFE'

red 47 ◦ green 126 ◦ blue 254

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

Shades of Dodger Blue #2F7EFE

Tints of Dodger Blue #2F7EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 59.48%

R = 11.01%
G = 29.51%
B = 59.48%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2F7EFE (or 0x2F7EFE) is known color: Dodger Blue. HEX triplet: 2F, 7E and FE. RGB value is (47,126,254). Sum of RGB (Red+Green+Blue) = 47+126+254=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F7EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F7EFE is #D08101. Grayscale: #747474. Windows color (decimal): -13664514 or 16678447. OLE color: 16678447.

HSL color Cylindrical-coordinate representation of color #2F7EFE: hue angle of 217.1º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F7EFE is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 47 126 254 -
CMYK 0.81 0.50 0 0.00
HSL 217.1º 0.99% 0.59% -
HSV(B) 217.1º 0.81% 1% -
XYZ 26.52 22.68 96.75 -
YUV 116.97 205.33 78.09 -
System Red Green Blue C M Y K H S L
Decimal 47 126 254 0.81 0.50 0 0.00 217.1 0.99 0.59
Hex 2F 7E FE 51 32 0 0 D9 63 3B
Octal 57 176 376 121 62 0 0 331 143 73
Binary 101111 1111110 11111110 1010001 110010 0 0 11011001 1100011 111011

Color Harmonies of #2F7EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7EFE

Black with #2F7EFE

Text Example


Text Example

White with #2F7EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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