Html Css Color HEX #2898F1 Dodger Blue

📋 copy color: '#2898F1'

red 40 ◦ green 152 ◦ blue 241

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

Shades of Dodger Blue #2898F1

Tints of Dodger Blue #2898F1

RGB

 RED value IS 40 (16.02% from 255) = 9.24%

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

 BLUE value IS 241 (94.53% from 255) = 55.66%

R = 9.24%
G = 35.1%
B = 55.66%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2898F1 (or 0x2898F1) is known color: Dodger Blue. HEX triplet: 28, 98 and F1. RGB value is (40,152,241). Sum of RGB (Red+Green+Blue) = 40+152+241=433 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.24% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #2898F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2898F1 is #D7670E. Grayscale: #808080. Windows color (decimal): -14116623 or 15833128. OLE color: 15833128.

HSL color Cylindrical-coordinate representation of color #2898F1: hue angle of 206.57º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2898F1 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 152 241 -
CMYK 0.83 0.37 0 0.05
HSL 206.57º 0.88% 0.55% -
HSV(B) 206.57º 0.83% 0.95% -
XYZ 27.98 29.26 87.39 -
YUV 128.66 191.39 64.76 -
System Red Green Blue C M Y K H S L
Decimal 40 152 241 0.83 0.37 0 0.05 206.57 0.88 0.55
Hex 28 98 F1 53 25 0 5 CF 58 37
Octal 50 230 361 123 45 0 5 317 130 67
Binary 101000 10011000 11110001 1010011 100101 0 101 11001111 1011000 110111

Color Harmonies of #2898F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2898F1

Black with #2898F1

Text Example


Text Example

White with #2898F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2898F1; }

 p { color: rgb(40,152,241); }

 H1.HeaderClassName
 {
   color: #2898F1;
 }
 .AnyTagClassName
 {
   color: #2898F1;
 }
</style>

background-color css

<style>
 a { background-color: #2898F1; }

 a { background-color: rgb(40,152,241); }

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

border-color css

<style>
 span { border-color: #2898F1; }

 span { border-color: rgb(40,152,241); }

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