Html Css Color HEX #2298EE Dodger Blue

📋 copy color: '#2298EE'

red 34 ◦ green 152 ◦ blue 238

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

Shades of Dodger Blue #2298EE

Tints of Dodger Blue #2298EE

RGB

 RED value IS 34 (13.67% from 255) = 8.02%

 GREEN value IS 152 (59.77% from 255) = 35.85%

 BLUE value IS 238 (93.36% from 255) = 56.13%

R = 8.02%
G = 35.85%
B = 56.13%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2298EE (or 0x2298EE) is known color: Dodger Blue. HEX triplet: 22, 98 and EE. RGB value is (34,152,238). Sum of RGB (Red+Green+Blue) = 34+152+238=424 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8.02% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #2298EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2298EE is #DD6711. Grayscale: #7E7E7E. Windows color (decimal): -14509842 or 15636514. OLE color: 15636514.

HSL color Cylindrical-coordinate representation of color #2298EE: hue angle of 205.29º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2298EE is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 152 238 -
CMYK 0.86 0.36 0 0.07
HSL 205.29º 0.86% 0.53% -
HSV(B) 205.29º 0.86% 0.93% -
XYZ 27.32 28.97 85.04 -
YUV 126.52 190.91 62.01 -
System Red Green Blue C M Y K H S L
Decimal 34 152 238 0.86 0.36 0 0.07 205.29 0.86 0.53
Hex 22 98 EE 56 24 0 7 CD 56 35
Octal 42 230 356 126 44 0 7 315 126 65
Binary 100010 10011000 11101110 1010110 100100 0 111 11001101 1010110 110101

Color Harmonies of #2298EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2298EE

Black with #2298EE

Text Example


Text Example

White with #2298EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2298EE; }

 p { color: rgb(34,152,238); }

 H1.HeaderClassName
 {
   color: #2298EE;
 }
 .AnyTagClassName
 {
   color: #2298EE;
 }
</style>

background-color css

<style>
 a { background-color: #2298EE; }

 a { background-color: rgb(34,152,238); }

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

border-color css

<style>
 span { border-color: #2298EE; }

 span { border-color: rgb(34,152,238); }

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