Html Css Color HEX #288FFA Dodger Blue

📋 copy color: '#288FFA'

red 40 ◦ green 143 ◦ blue 250

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

Shades of Dodger Blue #288FFA

Tints of Dodger Blue #288FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.03%

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

R = 9.24%
G = 33.03%
B = 57.74%

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

#288FFA (or 0x288FFA) is known color: Dodger Blue. HEX triplet: 28, 8F and FA. RGB value is (40,143,250). Sum of RGB (Red+Green+Blue) = 40+143+250=433 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.24% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #288FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288FFA is #D77005. Grayscale: #7B7B7B. Windows color (decimal): -14118918 or 16420648. OLE color: 16420648.

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

Color convert

RGB 40 143 250 -
CMYK 0.84 0.43 0 0.02
HSL 210.57º 0.95% 0.57% -
HSV(B) 210.57º 0.84% 0.98% -
XYZ 27.95 27 94.18 -
YUV 124.4 198.88 67.8 -
System Red Green Blue C M Y K H S L
Decimal 40 143 250 0.84 0.43 0 0.02 210.57 0.95 0.57
Hex 28 8F FA 54 2B 0 2 D3 5F 39
Octal 50 217 372 124 53 0 2 323 137 71
Binary 101000 10001111 11111010 1010100 101011 0 10 11010011 1011111 111001

Color Harmonies of #288FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288FFA

Black with #288FFA

Text Example


Text Example

White with #288FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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