Html Css Color HEX #288EF1 Dodger Blue

📋 copy color: '#288EF1'

red 40 ◦ green 142 ◦ blue 241

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

Shades of Dodger Blue #288EF1

Tints of Dodger Blue #288EF1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.57%

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

R = 9.46%
G = 33.57%
B = 56.97%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#288EF1 (or 0x288EF1) is known color: Dodger Blue. HEX triplet: 28, 8E and F1. RGB value is (40,142,241). Sum of RGB (Red+Green+Blue) = 40+142+241=423 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.46% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 241 (94.53% from 255 or 56.97% from 423); Max value from RGB is 241 - color contains mainly: blue. Hex color #288EF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288EF1 is #D7710E. Grayscale: #7A7A7A. Windows color (decimal): -14119183 or 15830568. OLE color: 15830568.

HSL color Cylindrical-coordinate representation of color #288EF1: hue angle of 209.55º 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 #288EF1 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 142 241 -
CMYK 0.83 0.41 0 0.05
HSL 209.55º 0.88% 0.55% -
HSV(B) 209.55º 0.83% 0.95% -
XYZ 26.43 26.15 86.87 -
YUV 122.79 194.71 68.95 -
System Red Green Blue C M Y K H S L
Decimal 40 142 241 0.83 0.41 0 0.05 209.55 0.88 0.55
Hex 28 8E F1 53 29 0 5 D2 58 37
Octal 50 216 361 123 51 0 5 322 130 67
Binary 101000 10001110 11110001 1010011 101001 0 101 11010010 1011000 110111

Color Harmonies of #288EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288EF1

Black with #288EF1

Text Example


Text Example

White with #288EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288EF1; }

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

 H1.HeaderClassName
 {
   color: #288EF1;
 }
 .AnyTagClassName
 {
   color: #288EF1;
 }
</style>

background-color css

<style>
 a { background-color: #288EF1; }

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

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

border-color css

<style>
 span { border-color: #288EF1; }

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

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