Html Css Color HEX #298BDC Dodger Blue

📋 copy color: '#298BDC'

red 41 ◦ green 139 ◦ blue 220

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

Shades of Dodger Blue #298BDC

Tints of Dodger Blue #298BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55%

R = 10.25%
G = 34.75%
B = 55%

CMYK

 C value IS 0.81

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#298BDC (or 0x298BDC) is known color: Dodger Blue. HEX triplet: 29, 8B and DC. RGB value is (41,139,220). Sum of RGB (Red+Green+Blue) = 41+139+220=400 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.25% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #298BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298BDC is #D67423. Grayscale: #767676. Windows color (decimal): -14054436 or 14453545. OLE color: 14453545.

HSL color Cylindrical-coordinate representation of color #298BDC: hue angle of 207.15º degrees, saturation: 0.72, 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 #298BDC is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 139 220 -
CMYK 0.81 0.37 0 0.14
HSL 207.15º 0.72% 0.51% -
HSV(B) 207.15º 0.81% 0.86% -
XYZ 23.07 24.1 71.15 -
YUV 118.93 185.03 72.41 -
System Red Green Blue C M Y K H S L
Decimal 41 139 220 0.81 0.37 0 0.14 207.15 0.72 0.51
Hex 29 8B DC 51 25 0 E CF 48 33
Octal 51 213 334 121 45 0 16 317 110 63
Binary 101001 10001011 11011100 1010001 100101 0 1110 11001111 1001000 110011

Color Harmonies of #298BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BDC

Black with #298BDC

Text Example


Text Example

White with #298BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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