Html Css Color HEX #1E6CFA Dodger Blue

📋 copy color: '#1E6CFA'

red 30 ◦ green 108 ◦ blue 250

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

Shades of Dodger Blue #1E6CFA

Tints of Dodger Blue #1E6CFA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.84%

 BLUE value IS 250 (98.05% from 255) = 64.43%

R = 7.73%
G = 27.84%
B = 64.43%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1E6CFA (or 0x1E6CFA) is known color: Dodger Blue. HEX triplet: 1E, 6C and FA. RGB value is (30,108,250). Sum of RGB (Red+Green+Blue) = 30+108+250=388 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.73% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E6CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6CFA is #E19305. Grayscale: #646464. Windows color (decimal): -14783238 or 16411678. OLE color: 16411678.

HSL color Cylindrical-coordinate representation of color #1E6CFA: hue angle of 218.73º degrees, saturation: 0.96, 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 #1E6CFA is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 30 108 250 -
CMYK 0.88 0.57 0 0.02
HSL 218.73º 0.96% 0.55% -
HSV(B) 218.73º 0.88% 0.98% -
XYZ 23.15 17.9 92.68 -
YUV 100.87 212.16 77.45 -
System Red Green Blue C M Y K H S L
Decimal 30 108 250 0.88 0.57 0 0.02 218.73 0.96 0.55
Hex 1E 6C FA 58 39 0 2 DB 60 37
Octal 36 154 372 130 71 0 2 333 140 67
Binary 11110 1101100 11111010 1011000 111001 0 10 11011011 1100000 110111

Color Harmonies of #1E6CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6CFA

Black with #1E6CFA

Text Example


Text Example

White with #1E6CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,108,250); }

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

background-color css

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

 a { background-color: rgb(30,108,250); }

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

border-color css

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

 span { border-color: rgb(30,108,250); }

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