Html Css Color HEX #298CEA Dodger Blue

📋 copy color: '#298CEA'

red 41 ◦ green 140 ◦ blue 234

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

Shades of Dodger Blue #298CEA

Tints of Dodger Blue #298CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.39%

R = 9.88%
G = 33.73%
B = 56.39%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#298CEA (or 0x298CEA) is known color: Dodger Blue. HEX triplet: 29, 8C and EA. RGB value is (41,140,234). Sum of RGB (Red+Green+Blue) = 41+140+234=415 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.88% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #298CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #298CEA is #D67315. Grayscale: #787878. Windows color (decimal): -14054166 or 15371305. OLE color: 15371305.

HSL color Cylindrical-coordinate representation of color #298CEA: hue angle of 209.22º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #298CEA is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 140 234 -
CMYK 0.82 0.40 0 0.08
HSL 209.22º 0.82% 0.54% -
HSV(B) 209.22º 0.82% 0.92% -
XYZ 25.14 25.17 81.37 -
YUV 121.12 191.7 70.86 -
System Red Green Blue C M Y K H S L
Decimal 41 140 234 0.82 0.40 0 0.08 209.22 0.82 0.54
Hex 29 8C EA 52 28 0 8 D1 52 36
Octal 51 214 352 122 50 0 10 321 122 66
Binary 101001 10001100 11101010 1010010 101000 0 1000 11010001 1010010 110110

Color Harmonies of #298CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298CEA

Black with #298CEA

Text Example


Text Example

White with #298CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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