Html Css Color HEX #1294FE Dodger Blue

📋 copy color: '#1294FE'

red 18 ◦ green 148 ◦ blue 254

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

Shades of Dodger Blue #1294FE

Tints of Dodger Blue #1294FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 60.48%

R = 4.29%
G = 35.24%
B = 60.48%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1294FE (or 0x1294FE) is known color: Dodger Blue. HEX triplet: 12, 94 and FE. RGB value is (18,148,254). Sum of RGB (Red+Green+Blue) = 18+148+254=420 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.29% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #1294FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1294FE is #ED6B01. Grayscale: #787878. Windows color (decimal): -15559426 or 16684050. OLE color: 16684050.

HSL color Cylindrical-coordinate representation of color #1294FE: hue angle of 206.95º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1294FE is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 18 148 254 -
CMYK 0.93 0.42 0 0.00
HSL 206.95º 0.99% 0.53% -
HSV(B) 206.95º 0.93% 1% -
XYZ 28.73 28.46 97.75 -
YUV 121.21 202.93 54.38 -
System Red Green Blue C M Y K H S L
Decimal 18 148 254 0.93 0.42 0 0.00 206.95 0.99 0.53
Hex 12 94 FE 5D 2A 0 0 CF 63 35
Octal 22 224 376 135 52 0 0 317 143 65
Binary 10010 10010100 11111110 1011101 101010 0 0 11001111 1100011 110101

Color Harmonies of #1294FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1294FE

Black with #1294FE

Text Example


Text Example

White with #1294FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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