Html Css Color HEX #289DEA Dodger Blue

📋 copy color: '#289DEA'

red 40 ◦ green 157 ◦ blue 234

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

Shades of Dodger Blue #289DEA

Tints of Dodger Blue #289DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.43%

 BLUE value IS 234 (91.8% from 255) = 54.29%

R = 9.28%
G = 36.43%
B = 54.29%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#289DEA (or 0x289DEA) is known color: Dodger Blue. HEX triplet: 28, 9D and EA. RGB value is (40,157,234). Sum of RGB (Red+Green+Blue) = 40+157+234=431 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.28% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #289DEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289DEA is #D76215. Grayscale: #828282. Windows color (decimal): -14115350 or 15375656. OLE color: 15375656.

HSL color Cylindrical-coordinate representation of color #289DEA: hue angle of 203.81º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #289DEA is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 157 234 -
CMYK 0.83 0.33 0 0.08
HSL 203.81º 0.82% 0.54% -
HSV(B) 203.81º 0.83% 0.92% -
XYZ 27.78 30.51 82.27 -
YUV 130.8 186.24 63.24 -
System Red Green Blue C M Y K H S L
Decimal 40 157 234 0.83 0.33 0 0.08 203.81 0.82 0.54
Hex 28 9D EA 53 21 0 8 CC 52 36
Octal 50 235 352 123 41 0 10 314 122 66
Binary 101000 10011101 11101010 1010011 100001 0 1000 11001100 1010010 110110

Color Harmonies of #289DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289DEA

Black with #289DEA

Text Example


Text Example

White with #289DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,157,234); }

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

background-color css

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

 a { background-color: rgb(40,157,234); }

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

border-color css

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

 span { border-color: rgb(40,157,234); }

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