Html Css Color HEX #298CE2 Dodger Blue

📋 copy color: '#298CE2'

red 41 ◦ green 140 ◦ blue 226

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

Shades of Dodger Blue #298CE2

Tints of Dodger Blue #298CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 55.53%

R = 10.07%
G = 34.4%
B = 55.53%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#298CE2 (or 0x298CE2) is known color: Dodger Blue. HEX triplet: 29, 8C and E2. RGB value is (41,140,226). Sum of RGB (Red+Green+Blue) = 41+140+226=407 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.07% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 226 (88.67% from 255 or 55.53% from 407); Max value from RGB is 226 - color contains mainly: blue. Hex color #298CE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298CE2 is #D6731D. Grayscale: #777777. Windows color (decimal): -14054174 or 14847017. OLE color: 14847017.

HSL color Cylindrical-coordinate representation of color #298CE2: hue angle of 207.89º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #298CE2 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 41 140 226 -
CMYK 0.82 0.38 0 0.11
HSL 207.89º 0.76% 0.52% -
HSV(B) 207.89º 0.82% 0.89% -
XYZ 24.02 24.72 75.46 -
YUV 120.2 187.7 71.51 -
System Red Green Blue C M Y K H S L
Decimal 41 140 226 0.82 0.38 0 0.11 207.89 0.76 0.52
Hex 29 8C E2 52 26 0 B D0 4C 34
Octal 51 214 342 122 46 0 13 320 114 64
Binary 101001 10001100 11100010 1010010 100110 0 1011 11010000 1001100 110100

Color Harmonies of #298CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298CE2

Black with #298CE2

Text Example


Text Example

White with #298CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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