Html Css Color HEX #1294FD Dodger Blue

📋 copy color: '#1294FD'

red 18 ◦ green 148 ◦ blue 253

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

Shades of Dodger Blue #1294FD

Tints of Dodger Blue #1294FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.38%

R = 4.3%
G = 35.32%
B = 60.38%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1294FD (or 0x1294FD) is known color: Dodger Blue. HEX triplet: 12, 94 and FD. RGB value is (18,148,253). Sum of RGB (Red+Green+Blue) = 18+148+253=419 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.30% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #1294FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1294FD is #ED6B02. Grayscale: #787878. Windows color (decimal): -15559427 or 16618514. OLE color: 16618514.

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

Color convert

RGB 18 148 253 -
CMYK 0.93 0.42 0 0.01
HSL 206.81º 0.98% 0.53% -
HSV(B) 206.81º 0.93% 0.99% -
XYZ 28.57 28.4 96.9 -
YUV 121.1 202.43 54.46 -
System Red Green Blue C M Y K H S L
Decimal 18 148 253 0.93 0.42 0 0.01 206.81 0.98 0.53
Hex 12 94 FD 5D 2A 0 1 CF 62 35
Octal 22 224 375 135 52 0 1 317 142 65
Binary 10010 10010100 11111101 1011101 101010 0 1 11001111 1100010 110101

Color Harmonies of #1294FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1294FD

Black with #1294FD

Text Example


Text Example

White with #1294FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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