Html Css Color HEX #298EDB Dodger Blue

📋 copy color: '#298EDB'

red 41 ◦ green 142 ◦ blue 219

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

Shades of Dodger Blue #298EDB

Tints of Dodger Blue #298EDB

RGB

 RED value IS 41 (16.41% from 255) = 10.2%

 GREEN value IS 142 (55.86% from 255) = 35.32%

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 10.2%
G = 35.32%
B = 54.48%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#298EDB (or 0x298EDB) is known color: Dodger Blue. HEX triplet: 29, 8E and DB. RGB value is (41,142,219). Sum of RGB (Red+Green+Blue) = 41+142+219=402 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.20% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #298EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298EDB is #D67124. Grayscale: #787878. Windows color (decimal): -14053669 or 14388777. OLE color: 14388777.

HSL color Cylindrical-coordinate representation of color #298EDB: hue angle of 205.96º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #298EDB is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 142 219 -
CMYK 0.81 0.35 0 0.14
HSL 205.96º 0.71% 0.51% -
HSV(B) 205.96º 0.81% 0.86% -
XYZ 23.37 24.93 70.6 -
YUV 120.58 183.54 71.24 -
System Red Green Blue C M Y K H S L
Decimal 41 142 219 0.81 0.35 0 0.14 205.96 0.71 0.51
Hex 29 8E DB 51 23 0 E CE 47 33
Octal 51 216 333 121 43 0 16 316 107 63
Binary 101001 10001110 11011011 1010001 100011 0 1110 11001110 1000111 110011

Color Harmonies of #298EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298EDB

Black with #298EDB

Text Example


Text Example

White with #298EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298EDB; }

 p { color: rgb(41,142,219); }

 H1.HeaderClassName
 {
   color: #298EDB;
 }
 .AnyTagClassName
 {
   color: #298EDB;
 }
</style>

background-color css

<style>
 a { background-color: #298EDB; }

 a { background-color: rgb(41,142,219); }

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

border-color css

<style>
 span { border-color: #298EDB; }

 span { border-color: rgb(41,142,219); }

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