Html Css Color HEX #298DDE Dodger Blue

📋 copy color: '#298DDE'

red 41 ◦ green 141 ◦ blue 222

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

Shades of Dodger Blue #298DDE

Tints of Dodger Blue #298DDE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.9%

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

R = 10.15%
G = 34.9%
B = 54.95%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#298DDE (or 0x298DDE) is known color: Dodger Blue. HEX triplet: 29, 8D and DE. RGB value is (41,141,222). Sum of RGB (Red+Green+Blue) = 41+141+222=404 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.15% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #298DDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298DDE is #D67221. Grayscale: #777777. Windows color (decimal): -14053922 or 14585129. OLE color: 14585129.

HSL color Cylindrical-coordinate representation of color #298DDE: hue angle of 206.85º 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 #298DDE is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 141 222 -
CMYK 0.82 0.36 0 0.13
HSL 206.85º 0.73% 0.52% -
HSV(B) 206.85º 0.82% 0.87% -
XYZ 23.62 24.8 72.65 -
YUV 120.33 185.37 71.41 -
System Red Green Blue C M Y K H S L
Decimal 41 141 222 0.82 0.36 0 0.13 206.85 0.73 0.52
Hex 29 8D DE 52 24 0 D CF 49 34
Octal 51 215 336 122 44 0 15 317 111 64
Binary 101001 10001101 11011110 1010010 100100 0 1101 11001111 1001001 110100

Color Harmonies of #298DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298DDE

Black with #298DDE

Text Example


Text Example

White with #298DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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