Html Css Color HEX #288AFF Dodger Blue

📋 copy color: '#288AFF'

red 40 ◦ green 138 ◦ blue 255

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

Shades of Dodger Blue #288AFF

Tints of Dodger Blue #288AFF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.87%

 BLUE value IS 255 (100% from 255) = 58.89%

R = 9.24%
G = 31.87%
B = 58.89%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#288AFF (or 0x288AFF) is known color: Dodger Blue. HEX triplet: 28, 8A and FF. RGB value is (40,138,255). Sum of RGB (Red+Green+Blue) = 40+138+255=433 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.24% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #288AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288AFF is #D77500. Grayscale: #797979. Windows color (decimal): -14120193 or 16747048. OLE color: 16747048.

HSL color Cylindrical-coordinate representation of color #288AFF: hue angle of 212.65º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #288AFF is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 40 138 255 -
CMYK 0.84 0.46 0 0
HSL 212.65º 1% 0.58% -
HSV(B) 212.65º 0.84% 1% -
XYZ 28.01 25.85 98.12 -
YUV 122.04 203.03 69.49 -
System Red Green Blue C M Y K H S L
Decimal 40 138 255 0.84 0.46 0 0 212.65 1 0.58
Hex 28 8A FF 54 2E 0 0 D5 64 3A
Octal 50 212 377 124 56 0 0 325 144 72
Binary 101000 10001010 11111111 1010100 101110 0 0 11010101 1100100 111010

Color Harmonies of #288AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288AFF

Black with #288AFF

Text Example


Text Example

White with #288AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,138,255); }

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

background-color css

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

 a { background-color: rgb(40,138,255); }

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

border-color css

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

 span { border-color: rgb(40,138,255); }

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