Html Css Color HEX #2888FA Dodger Blue

📋 copy color: '#2888FA'

red 40 ◦ green 136 ◦ blue 250

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

Shades of Dodger Blue #2888FA

Tints of Dodger Blue #2888FA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.92%

 BLUE value IS 250 (98.05% from 255) = 58.69%

R = 9.39%
G = 31.92%
B = 58.69%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2888FA (or 0x2888FA) is known color: Dodger Blue. HEX triplet: 28, 88 and FA. RGB value is (40,136,250). Sum of RGB (Red+Green+Blue) = 40+136+250=426 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.39% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #2888FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2888FA is #D77705. Grayscale: #777777. Windows color (decimal): -14120710 or 16418856. OLE color: 16418856.

HSL color Cylindrical-coordinate representation of color #2888FA: hue angle of 212.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2888FA is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 136 250 -
CMYK 0.84 0.46 0 0.02
HSL 212.57º 0.95% 0.57% -
HSV(B) 212.57º 0.84% 0.98% -
XYZ 26.93 24.96 93.84 -
YUV 120.29 201.2 70.73 -
System Red Green Blue C M Y K H S L
Decimal 40 136 250 0.84 0.46 0 0.02 212.57 0.95 0.57
Hex 28 88 FA 54 2E 0 2 D5 5F 39
Octal 50 210 372 124 56 0 2 325 137 71
Binary 101000 10001000 11111010 1010100 101110 0 10 11010101 1011111 111001

Color Harmonies of #2888FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2888FA

Black with #2888FA

Text Example


Text Example

White with #2888FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2888FA; }

 p { color: rgb(40,136,250); }

 H1.HeaderClassName
 {
   color: #2888FA;
 }
 .AnyTagClassName
 {
   color: #2888FA;
 }
</style>

background-color css

<style>
 a { background-color: #2888FA; }

 a { background-color: rgb(40,136,250); }

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

border-color css

<style>
 span { border-color: #2888FA; }

 span { border-color: rgb(40,136,250); }

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