Html Css Color HEX #298BE6 Dodger Blue

📋 copy color: '#298BE6'

red 41 ◦ green 139 ◦ blue 230

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

Shades of Dodger Blue #298BE6

Tints of Dodger Blue #298BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 56.1%

R = 10%
G = 33.9%
B = 56.1%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#298BE6 (or 0x298BE6) is known color: Dodger Blue. HEX triplet: 29, 8B and E6. RGB value is (41,139,230). Sum of RGB (Red+Green+Blue) = 41+139+230=410 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 230 (90.23% from 255 or 56.10% from 410); Max value from RGB is 230 - color contains mainly: blue. Hex color #298BE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298BE6 is #D67419. Grayscale: #777777. Windows color (decimal): -14054426 or 15108905. OLE color: 15108905.

HSL color Cylindrical-coordinate representation of color #298BE6: hue angle of 208.89º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #298BE6 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 41 139 230 -
CMYK 0.82 0.40 0 0.10
HSL 208.89º 0.79% 0.53% -
HSV(B) 208.89º 0.82% 0.9% -
XYZ 24.43 24.65 78.33 -
YUV 120.07 190.03 71.6 -
System Red Green Blue C M Y K H S L
Decimal 41 139 230 0.82 0.40 0 0.10 208.89 0.79 0.53
Hex 29 8B E6 52 28 0 A D1 4F 35
Octal 51 213 346 122 50 0 12 321 117 65
Binary 101001 10001011 11100110 1010010 101000 0 1010 11010001 1001111 110101

Color Harmonies of #298BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298BE6

Black with #298BE6

Text Example


Text Example

White with #298BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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