Html Css Color HEX #298BDE Dodger Blue

📋 copy color: '#298BDE'

red 41 ◦ green 139 ◦ blue 222

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

Shades of Dodger Blue #298BDE

Tints of Dodger Blue #298BDE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.58%

 BLUE value IS 222 (87.11% from 255) = 55.22%

R = 10.2%
G = 34.58%
B = 55.22%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#298BDE (or 0x298BDE) is known color: Dodger Blue. HEX triplet: 29, 8B and DE. RGB value is (41,139,222). Sum of RGB (Red+Green+Blue) = 41+139+222=402 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.20% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #298BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298BDE is #D67421. Grayscale: #767676. Windows color (decimal): -14054434 or 14584617. OLE color: 14584617.

HSL color Cylindrical-coordinate representation of color #298BDE: hue angle of 207.51º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #298BDE is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 139 222 -
CMYK 0.82 0.37 0 0.13
HSL 207.51º 0.73% 0.52% -
HSV(B) 207.51º 0.82% 0.87% -
XYZ 23.33 24.21 72.55 -
YUV 119.16 186.03 72.25 -
System Red Green Blue C M Y K H S L
Decimal 41 139 222 0.82 0.37 0 0.13 207.51 0.73 0.52
Hex 29 8B DE 52 25 0 D D0 49 34
Octal 51 213 336 122 45 0 15 320 111 64
Binary 101001 10001011 11011110 1010010 100101 0 1101 11010000 1001001 110100

Color Harmonies of #298BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BDE

Black with #298BDE

Text Example


Text Example

White with #298BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,139,222); }

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

background-color css

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

 a { background-color: rgb(41,139,222); }

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

border-color css

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

 span { border-color: rgb(41,139,222); }

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