Html Css Color HEX #1E96FC Dodger Blue

📋 copy color: '#1E96FC'

red 30 ◦ green 150 ◦ blue 252

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

Shades of Dodger Blue #1E96FC

Tints of Dodger Blue #1E96FC

RGB

 RED value IS 30 (12.11% from 255) = 6.94%

 GREEN value IS 150 (58.98% from 255) = 34.72%

 BLUE value IS 252 (98.83% from 255) = 58.33%

R = 6.94%
G = 34.72%
B = 58.33%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1E96FC (or 0x1E96FC) is known color: Dodger Blue. HEX triplet: 1E, 96 and FC. RGB value is (30,150,252). Sum of RGB (Red+Green+Blue) = 30+150+252=432 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.94% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #1E96FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E96FC is #E16903. Grayscale: #7D7D7D. Windows color (decimal): -14772484 or 16553502. OLE color: 16553502.

HSL color Cylindrical-coordinate representation of color #1E96FC: hue angle of 207.57º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E96FC is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 30 150 252 -
CMYK 0.88 0.40 0 0.01
HSL 207.57º 0.97% 0.55% -
HSV(B) 207.57º 0.88% 0.99% -
XYZ 29.01 29.12 96.19 -
YUV 125.75 199.24 59.71 -
System Red Green Blue C M Y K H S L
Decimal 30 150 252 0.88 0.40 0 0.01 207.57 0.97 0.55
Hex 1E 96 FC 58 28 0 1 D0 61 37
Octal 36 226 374 130 50 0 1 320 141 67
Binary 11110 10010110 11111100 1011000 101000 0 1 11010000 1100001 110111

Color Harmonies of #1E96FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E96FC

Black with #1E96FC

Text Example


Text Example

White with #1E96FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E96FC; }

 p { color: rgb(30,150,252); }

 H1.HeaderClassName
 {
   color: #1E96FC;
 }
 .AnyTagClassName
 {
   color: #1E96FC;
 }
</style>

background-color css

<style>
 a { background-color: #1E96FC; }

 a { background-color: rgb(30,150,252); }

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

border-color css

<style>
 span { border-color: #1E96FC; }

 span { border-color: rgb(30,150,252); }

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