Html Css Color HEX #288EFA Dodger Blue

📋 copy color: '#288EFA'

red 40 ◦ green 142 ◦ blue 250

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

Shades of Dodger Blue #288EFA

Tints of Dodger Blue #288EFA

RGB

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

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

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

R = 9.26%
G = 32.87%
B = 57.87%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#288EFA (or 0x288EFA) is known color: Dodger Blue. HEX triplet: 28, 8E and FA. RGB value is (40,142,250). Sum of RGB (Red+Green+Blue) = 40+142+250=432 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.26% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #288EFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288EFA is #D77105. Grayscale: #7B7B7B. Windows color (decimal): -14119174 or 16420392. OLE color: 16420392.

HSL color Cylindrical-coordinate representation of color #288EFA: hue angle of 210.86º 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 #288EFA is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 142 250 -
CMYK 0.84 0.43 0 0.02
HSL 210.86º 0.95% 0.57% -
HSV(B) 210.86º 0.84% 0.98% -
XYZ 27.8 26.7 94.13 -
YUV 123.81 199.21 68.22 -
System Red Green Blue C M Y K H S L
Decimal 40 142 250 0.84 0.43 0 0.02 210.86 0.95 0.57
Hex 28 8E FA 54 2B 0 2 D3 5F 39
Octal 50 216 372 124 53 0 2 323 137 71
Binary 101000 10001110 11111010 1010100 101011 0 10 11010011 1011111 111001

Color Harmonies of #288EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288EFA

Black with #288EFA

Text Example


Text Example

White with #288EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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