Html Css Color HEX #298BDF Dodger Blue

📋 copy color: '#298BDF'

red 41 ◦ green 139 ◦ blue 223

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

Shades of Dodger Blue #298BDF

Tints of Dodger Blue #298BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.33%

R = 10.17%
G = 34.49%
B = 55.33%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#298BDF (or 0x298BDF) is known color: Dodger Blue. HEX triplet: 29, 8B and DF. RGB value is (41,139,223). Sum of RGB (Red+Green+Blue) = 41+139+223=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #298BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298BDF is #D67420. Grayscale: #767676. Windows color (decimal): -14054433 or 14650153. OLE color: 14650153.

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

Color convert

RGB 41 139 223 -
CMYK 0.82 0.38 0 0.13
HSL 207.69º 0.74% 0.52% -
HSV(B) 207.69º 0.82% 0.87% -
XYZ 23.47 24.26 73.26 -
YUV 119.27 186.53 72.17 -
System Red Green Blue C M Y K H S L
Decimal 41 139 223 0.82 0.38 0 0.13 207.69 0.74 0.52
Hex 29 8B DF 52 26 0 D D0 4A 34
Octal 51 213 337 122 46 0 15 320 112 64
Binary 101001 10001011 11011111 1010010 100110 0 1101 11010000 1001010 110100

Color Harmonies of #298BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BDF

Black with #298BDF

Text Example


Text Example

White with #298BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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