Html Css Color HEX #2F98ED Dodger Blue

📋 copy color: '#2F98ED'

red 47 ◦ green 152 ◦ blue 237

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

Shades of Dodger Blue #2F98ED

Tints of Dodger Blue #2F98ED

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.86%

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

R = 10.78%
G = 34.86%
B = 54.36%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2F98ED (or 0x2F98ED) is known color: Dodger Blue. HEX triplet: 2F, 98 and ED. RGB value is (47,152,237). Sum of RGB (Red+Green+Blue) = 47+152+237=436 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.78% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #2F98ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F98ED is #D06712. Grayscale: #818181. Windows color (decimal): -13657875 or 15570991. OLE color: 15570991.

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

Color convert

RGB 47 152 237 -
CMYK 0.80 0.36 0 0.07
HSL 206.84º 0.84% 0.56% -
HSV(B) 206.84º 0.8% 0.93% -
XYZ 27.69 29.18 84.29 -
YUV 130.3 188.21 68.59 -
System Red Green Blue C M Y K H S L
Decimal 47 152 237 0.80 0.36 0 0.07 206.84 0.84 0.56
Hex 2F 98 ED 50 24 0 7 CF 54 38
Octal 57 230 355 120 44 0 7 317 124 70
Binary 101111 10011000 11101101 1010000 100100 0 111 11001111 1010100 111000

Color Harmonies of #2F98ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F98ED

Black with #2F98ED

Text Example


Text Example

White with #2F98ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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