Html Css Color HEX #2F7FED Dodger Blue

📋 copy color: '#2F7FED'

red 47 ◦ green 127 ◦ blue 237

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

Shades of Dodger Blue #2F7FED

Tints of Dodger Blue #2F7FED

RGB

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

 GREEN value IS 127 (50% from 255) = 30.9%

 BLUE value IS 237 (92.97% from 255) = 57.66%

R = 11.44%
G = 30.9%
B = 57.66%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2F7FED (or 0x2F7FED) is known color: Dodger Blue. HEX triplet: 2F, 7F and ED. RGB value is (47,127,237). Sum of RGB (Red+Green+Blue) = 47+127+237=411 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.44% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #2F7FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F7FED is #D08012. Grayscale: #737373. Windows color (decimal): -13664275 or 15564591. OLE color: 15564591.

HSL color Cylindrical-coordinate representation of color #2F7FED: hue angle of 214.74º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F7FED is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 127 237 -
CMYK 0.80 0.46 0 0.07
HSL 214.74º 0.84% 0.56% -
HSV(B) 214.74º 0.8% 0.93% -
XYZ 24.05 21.9 83.08 -
YUV 115.62 196.5 79.06 -
System Red Green Blue C M Y K H S L
Decimal 47 127 237 0.80 0.46 0 0.07 214.74 0.84 0.56
Hex 2F 7F ED 50 2E 0 7 D7 54 38
Octal 57 177 355 120 56 0 7 327 124 70
Binary 101111 1111111 11101101 1010000 101110 0 111 11010111 1010100 111000

Color Harmonies of #2F7FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7FED

Black with #2F7FED

Text Example


Text Example

White with #2F7FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,127,237); }

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

background-color css

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

 a { background-color: rgb(47,127,237); }

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

border-color css

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

 span { border-color: rgb(47,127,237); }

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