Html Css Color HEX #298CDA Dodger Blue

📋 copy color: '#298CDA'

red 41 ◦ green 140 ◦ blue 218

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

Shades of Dodger Blue #298CDA

Tints of Dodger Blue #298CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

 BLUE value IS 218 (85.55% from 255) = 54.64%

R = 10.28%
G = 35.09%
B = 54.64%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#298CDA (or 0x298CDA) is known color: Dodger Blue. HEX triplet: 29, 8C and DA. RGB value is (41,140,218). Sum of RGB (Red+Green+Blue) = 41+140+218=399 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.28% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #298CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298CDA is #D67325. Grayscale: #767676. Windows color (decimal): -14054182 or 14322729. OLE color: 14322729.

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

Color convert

RGB 41 140 218 -
CMYK 0.81 0.36 0 0.15
HSL 206.44º 0.71% 0.51% -
HSV(B) 206.44º 0.81% 0.85% -
XYZ 22.95 24.29 69.81 -
YUV 119.29 183.7 72.16 -
System Red Green Blue C M Y K H S L
Decimal 41 140 218 0.81 0.36 0 0.15 206.44 0.71 0.51
Hex 29 8C DA 51 24 0 F CE 47 33
Octal 51 214 332 121 44 0 17 316 107 63
Binary 101001 10001100 11011010 1010001 100100 0 1111 11001110 1000111 110011

Color Harmonies of #298CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298CDA

Black with #298CDA

Text Example


Text Example

White with #298CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,140,218); }

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

background-color css

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

 a { background-color: rgb(41,140,218); }

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

border-color css

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

 span { border-color: rgb(41,140,218); }

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