Html Css Color HEX #289EFD Dodger Blue

📋 copy color: '#289EFD'

red 40 ◦ green 158 ◦ blue 253

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

Shades of Dodger Blue #289EFD

Tints of Dodger Blue #289EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.1%

R = 8.87%
G = 35.03%
B = 56.1%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#289EFD (or 0x289EFD) is known color: Dodger Blue. HEX triplet: 28, 9E and FD. RGB value is (40,158,253). Sum of RGB (Red+Green+Blue) = 40+158+253=451 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.87% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #289EFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289EFD is #D76102. Grayscale: #858585. Windows color (decimal): -14115075 or 16621096. OLE color: 16621096.

HSL color Cylindrical-coordinate representation of color #289EFD: hue angle of 206.76º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #289EFD is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 40 158 253 -
CMYK 0.84 0.38 0 0.01
HSL 206.76º 0.98% 0.57% -
HSV(B) 206.76º 0.84% 0.99% -
XYZ 30.83 32 97.48 -
YUV 133.55 195.41 61.28 -
System Red Green Blue C M Y K H S L
Decimal 40 158 253 0.84 0.38 0 0.01 206.76 0.98 0.57
Hex 28 9E FD 54 26 0 1 CF 62 39
Octal 50 236 375 124 46 0 1 317 142 71
Binary 101000 10011110 11111101 1010100 100110 0 1 11001111 1100010 111001

Color Harmonies of #289EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289EFD

Black with #289EFD

Text Example


Text Example

White with #289EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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