Html Css Color HEX #298CF5 Dodger Blue

📋 copy color: '#298CF5'

red 41 ◦ green 140 ◦ blue 245

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

Shades of Dodger Blue #298CF5

Tints of Dodger Blue #298CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 57.51%

R = 9.62%
G = 32.86%
B = 57.51%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#298CF5 (or 0x298CF5) is known color: Dodger Blue. HEX triplet: 29, 8C and F5. RGB value is (41,140,245). Sum of RGB (Red+Green+Blue) = 41+140+245=426 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.62% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 245 (96.09% from 255 or 57.51% from 426); Max value from RGB is 245 - color contains mainly: blue. Hex color #298CF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298CF5 is #D6730A. Grayscale: #797979. Windows color (decimal): -14054155 or 16092201. OLE color: 16092201.

HSL color Cylindrical-coordinate representation of color #298CF5: hue angle of 210.88º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #298CF5 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 41 140 245 -
CMYK 0.83 0.43 0 0.04
HSL 210.88º 0.91% 0.56% -
HSV(B) 210.88º 0.83% 0.96% -
XYZ 26.77 25.82 89.96 -
YUV 122.37 197.2 69.96 -
System Red Green Blue C M Y K H S L
Decimal 41 140 245 0.83 0.43 0 0.04 210.88 0.91 0.56
Hex 29 8C F5 53 2B 0 4 D3 5B 38
Octal 51 214 365 123 53 0 4 323 133 70
Binary 101001 10001100 11110101 1010011 101011 0 100 11010011 1011011 111000

Color Harmonies of #298CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298CF5

Black with #298CF5

Text Example


Text Example

White with #298CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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