Html Css Color HEX #288ADA Dodger Blue

📋 copy color: '#288ADA'

red 40 ◦ green 138 ◦ blue 218

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

Shades of Dodger Blue #288ADA

Tints of Dodger Blue #288ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.05%

R = 10.1%
G = 34.85%
B = 55.05%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#288ADA (or 0x288ADA) is known color: Dodger Blue. HEX triplet: 28, 8A and DA. RGB value is (40,138,218). Sum of RGB (Red+Green+Blue) = 40+138+218=396 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.10% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #288ADA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288ADA is #D77525. Grayscale: #757575. Windows color (decimal): -14120230 or 14322216. OLE color: 14322216.

HSL color Cylindrical-coordinate representation of color #288ADA: hue angle of 206.97º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #288ADA is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 40 138 218 -
CMYK 0.82 0.37 0 0.15
HSL 206.97º 0.71% 0.51% -
HSV(B) 206.97º 0.82% 0.85% -
XYZ 22.62 23.69 69.71 -
YUV 117.82 184.53 72.5 -
System Red Green Blue C M Y K H S L
Decimal 40 138 218 0.82 0.37 0 0.15 206.97 0.71 0.51
Hex 28 8A DA 52 25 0 F CF 47 33
Octal 50 212 332 122 45 0 17 317 107 63
Binary 101000 10001010 11011010 1010010 100101 0 1111 11001111 1000111 110011

Color Harmonies of #288ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288ADA

Black with #288ADA

Text Example


Text Example

White with #288ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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