Html Css Color HEX #289EFA Dodger Blue

📋 copy color: '#289EFA'

red 40 ◦ green 158 ◦ blue 250

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

Shades of Dodger Blue #289EFA

Tints of Dodger Blue #289EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.27%

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

R = 8.93%
G = 35.27%
B = 55.8%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#289EFA (or 0x289EFA) is known color: Dodger Blue. HEX triplet: 28, 9E and FA. RGB value is (40,158,250). Sum of RGB (Red+Green+Blue) = 40+158+250=448 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.93% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #289EFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289EFA is #D76105. Grayscale: #848484. Windows color (decimal): -14115078 or 16424488. OLE color: 16424488.

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

Color convert

RGB 40 158 250 -
CMYK 0.84 0.37 0 0.02
HSL 206.29º 0.95% 0.57% -
HSV(B) 206.29º 0.84% 0.98% -
XYZ 30.36 31.81 94.98 -
YUV 133.21 193.91 61.52 -
System Red Green Blue C M Y K H S L
Decimal 40 158 250 0.84 0.37 0 0.02 206.29 0.95 0.57
Hex 28 9E FA 54 25 0 2 CE 5F 39
Octal 50 236 372 124 45 0 2 316 137 71
Binary 101000 10011110 11111010 1010100 100101 0 10 11001110 1011111 111001

Color Harmonies of #289EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289EFA

Black with #289EFA

Text Example


Text Example

White with #289EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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