Html Css Color HEX #1898EE Dodger Blue

📋 copy color: '#1898EE'

red 24 ◦ green 152 ◦ blue 238

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

Shades of Dodger Blue #1898EE

Tints of Dodger Blue #1898EE

RGB

 RED value IS 24 (9.77% from 255) = 5.8%

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

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

R = 5.8%
G = 36.71%
B = 57.49%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1898EE (or 0x1898EE) is known color: Dodger Blue. HEX triplet: 18, 98 and EE. RGB value is (24,152,238). Sum of RGB (Red+Green+Blue) = 24+152+238=414 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.80% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #1898EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1898EE is #E76711. Grayscale: #7B7B7B. Windows color (decimal): -15165202 or 15636504. OLE color: 15636504.

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

Color convert

RGB 24 152 238 -
CMYK 0.90 0.36 0 0.07
HSL 204.11º 0.86% 0.51% -
HSV(B) 204.11º 0.9% 0.93% -
XYZ 27.04 28.82 85.03 -
YUV 123.53 192.59 57.01 -
System Red Green Blue C M Y K H S L
Decimal 24 152 238 0.90 0.36 0 0.07 204.11 0.86 0.51
Hex 18 98 EE 5A 24 0 7 CC 56 33
Octal 30 230 356 132 44 0 7 314 126 63
Binary 11000 10011000 11101110 1011010 100100 0 111 11001100 1010110 110011

Color Harmonies of #1898EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1898EE

Black with #1898EE

Text Example


Text Example

White with #1898EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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