Html Css Color HEX #1294EB Dodger Blue

📋 copy color: '#1294EB'

red 18 ◦ green 148 ◦ blue 235

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

Shades of Dodger Blue #1294EB

Tints of Dodger Blue #1294EB

RGB

 RED value IS 18 (7.42% from 255) = 4.49%

 GREEN value IS 148 (58.2% from 255) = 36.91%

 BLUE value IS 235 (92.19% from 255) = 58.6%

R = 4.49%
G = 36.91%
B = 58.6%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1294EB (or 0x1294EB) is known color: Dodger Blue. HEX triplet: 12, 94 and EB. RGB value is (18,148,235). Sum of RGB (Red+Green+Blue) = 18+148+235=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #1294EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1294EB is #ED6B14. Grayscale: #767676. Windows color (decimal): -15559445 or 15438866. OLE color: 15438866.

HSL color Cylindrical-coordinate representation of color #1294EB: hue angle of 204.06º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1294EB is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 148 235 -
CMYK 0.92 0.37 0 0.08
HSL 204.06º 0.86% 0.5% -
HSV(B) 204.06º 0.92% 0.92% -
XYZ 25.83 27.31 82.51 -
YUV 119.05 193.43 55.93 -
System Red Green Blue C M Y K H S L
Decimal 18 148 235 0.92 0.37 0 0.08 204.06 0.86 0.5
Hex 12 94 EB 5C 25 0 8 CC 56 32
Octal 22 224 353 134 45 0 10 314 126 62
Binary 10010 10010100 11101011 1011100 100101 0 1000 11001100 1010110 110010

Color Harmonies of #1294EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1294EB

Black with #1294EB

Text Example


Text Example

White with #1294EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1294EB; }

 p { color: rgb(18,148,235); }

 H1.HeaderClassName
 {
   color: #1294EB;
 }
 .AnyTagClassName
 {
   color: #1294EB;
 }
</style>

background-color css

<style>
 a { background-color: #1294EB; }

 a { background-color: rgb(18,148,235); }

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

border-color css

<style>
 span { border-color: #1294EB; }

 span { border-color: rgb(18,148,235); }

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