Html Css Color HEX #298FDF Dodger Blue

📋 copy color: '#298FDF'

red 41 ◦ green 143 ◦ blue 223

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

Shades of Dodger Blue #298FDF

Tints of Dodger Blue #298FDF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.14%

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

R = 10.07%
G = 35.14%
B = 54.79%

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

#298FDF (or 0x298FDF) is known color: Dodger Blue. HEX triplet: 29, 8F and DF. RGB value is (41,143,223). Sum of RGB (Red+Green+Blue) = 41+143+223=407 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.07% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #298FDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298FDF is #D67020. Grayscale: #797979. Windows color (decimal): -14053409 or 14651177. OLE color: 14651177.

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

Color convert

RGB 41 143 223 -
CMYK 0.82 0.36 0 0.13
HSL 206.37º 0.74% 0.52% -
HSV(B) 206.37º 0.82% 0.87% -
XYZ 24.06 25.44 73.46 -
YUV 121.62 185.21 70.5 -
System Red Green Blue C M Y K H S L
Decimal 41 143 223 0.82 0.36 0 0.13 206.37 0.74 0.52
Hex 29 8F DF 52 24 0 D CE 4A 34
Octal 51 217 337 122 44 0 15 316 112 64
Binary 101001 10001111 11011111 1010010 100100 0 1101 11001110 1001010 110100

Color Harmonies of #298FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298FDF

Black with #298FDF

Text Example


Text Example

White with #298FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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