Html Css Color HEX #298CDE Dodger Blue

📋 copy color: '#298CDE'

red 41 ◦ green 140 ◦ blue 222

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

Shades of Dodger Blue #298CDE

Tints of Dodger Blue #298CDE

RGB

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

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

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

R = 10.17%
G = 34.74%
B = 55.09%

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

#298CDE (or 0x298CDE) is known color: Dodger Blue. HEX triplet: 29, 8C and DE. RGB value is (41,140,222). Sum of RGB (Red+Green+Blue) = 41+140+222=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #298CDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298CDE is #D67321. Grayscale: #777777. Windows color (decimal): -14054178 or 14584873. OLE color: 14584873.

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

Color convert

RGB 41 140 222 -
CMYK 0.82 0.37 0 0.13
HSL 207.18º 0.73% 0.52% -
HSV(B) 207.18º 0.82% 0.87% -
XYZ 23.48 24.5 72.6 -
YUV 119.75 185.7 71.83 -
System Red Green Blue C M Y K H S L
Decimal 41 140 222 0.82 0.37 0 0.13 207.18 0.73 0.52
Hex 29 8C DE 52 25 0 D CF 49 34
Octal 51 214 336 122 45 0 15 317 111 64
Binary 101001 10001100 11011110 1010010 100101 0 1101 11001111 1001001 110100

Color Harmonies of #298CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298CDE

Black with #298CDE

Text Example


Text Example

White with #298CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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