Html Css Color HEX #1E6AFB Dodger Blue

📋 copy color: '#1E6AFB'

red 30 ◦ green 106 ◦ blue 251

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

Shades of Dodger Blue #1E6AFB

Tints of Dodger Blue #1E6AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.39%

 BLUE value IS 251 (98.44% from 255) = 64.86%

R = 7.75%
G = 27.39%
B = 64.86%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1E6AFB (or 0x1E6AFB) is known color: Dodger Blue. HEX triplet: 1E, 6A and FB. RGB value is (30,106,251). Sum of RGB (Red+Green+Blue) = 30+106+251=387 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.75% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E6AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6AFB is #E19504. Grayscale: #636363. Windows color (decimal): -14783749 or 16476702. OLE color: 16476702.

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

Color convert

RGB 30 106 251 -
CMYK 0.88 0.58 0 0.02
HSL 219.37º 0.97% 0.55% -
HSV(B) 219.37º 0.88% 0.98% -
XYZ 23.1 17.55 93.44 -
YUV 99.81 213.32 78.21 -
System Red Green Blue C M Y K H S L
Decimal 30 106 251 0.88 0.58 0 0.02 219.37 0.97 0.55
Hex 1E 6A FB 58 3A 0 2 DB 61 37
Octal 36 152 373 130 72 0 2 333 141 67
Binary 11110 1101010 11111011 1011000 111010 0 10 11011011 1100001 110111

Color Harmonies of #1E6AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6AFB

Black with #1E6AFB

Text Example


Text Example

White with #1E6AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,106,251); }

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

background-color css

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

 a { background-color: rgb(30,106,251); }

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

border-color css

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

 span { border-color: rgb(30,106,251); }

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