Html Css Color HEX #289BEA Dodger Blue

📋 copy color: '#289BEA'

red 40 ◦ green 155 ◦ blue 234

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

Shades of Dodger Blue #289BEA

Tints of Dodger Blue #289BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.13%

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

R = 9.32%
G = 36.13%
B = 54.55%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#289BEA (or 0x289BEA) is known color: Dodger Blue. HEX triplet: 28, 9B and EA. RGB value is (40,155,234). Sum of RGB (Red+Green+Blue) = 40+155+234=429 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.32% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #289BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #289BEA is #D76415. Grayscale: #818181. Windows color (decimal): -14115862 or 15375144. OLE color: 15375144.

HSL color Cylindrical-coordinate representation of color #289BEA: hue angle of 204.43º 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 #289BEA is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 40 155 234 -
CMYK 0.83 0.34 0 0.08
HSL 204.43º 0.82% 0.54% -
HSV(B) 204.43º 0.83% 0.92% -
XYZ 27.45 29.83 82.15 -
YUV 129.62 186.9 64.08 -
System Red Green Blue C M Y K H S L
Decimal 40 155 234 0.83 0.34 0 0.08 204.43 0.82 0.54
Hex 28 9B EA 53 22 0 8 CC 52 36
Octal 50 233 352 123 42 0 10 314 122 66
Binary 101000 10011011 11101010 1010011 100010 0 1000 11001100 1010010 110110

Color Harmonies of #289BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289BEA

Black with #289BEA

Text Example


Text Example

White with #289BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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