Html Css Color HEX #298BF4 Dodger Blue

📋 copy color: '#298BF4'

red 41 ◦ green 139 ◦ blue 244

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

Shades of Dodger Blue #298BF4

Tints of Dodger Blue #298BF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 57.55%

R = 9.67%
G = 32.78%
B = 57.55%

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

#298BF4 (or 0x298BF4) is known color: Dodger Blue. HEX triplet: 29, 8B and F4. RGB value is (41,139,244). Sum of RGB (Red+Green+Blue) = 41+139+244=424 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.67% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 244 (95.70% from 255 or 57.55% from 424); Max value from RGB is 244 - color contains mainly: blue. Hex color #298BF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298BF4 is #D6740B. Grayscale: #797979. Windows color (decimal): -14054412 or 16026409. OLE color: 16026409.

HSL color Cylindrical-coordinate representation of color #298BF4: hue angle of 211.03º degrees, saturation: 0.9, 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 #298BF4 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 41 139 244 -
CMYK 0.83 0.43 0 0.04
HSL 211.03º 0.9% 0.56% -
HSV(B) 211.03º 0.83% 0.96% -
XYZ 26.48 25.47 89.11 -
YUV 121.67 197.03 70.46 -
System Red Green Blue C M Y K H S L
Decimal 41 139 244 0.83 0.43 0 0.04 211.03 0.9 0.56
Hex 29 8B F4 53 2B 0 4 D3 5A 38
Octal 51 213 364 123 53 0 4 323 132 70
Binary 101001 10001011 11110100 1010011 101011 0 100 11010011 1011010 111000

Color Harmonies of #298BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BF4

Black with #298BF4

Text Example


Text Example

White with #298BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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