Html Css Color HEX #1295FD Dodger Blue

📋 copy color: '#1295FD'

red 18 ◦ green 149 ◦ blue 253

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

Shades of Dodger Blue #1295FD

Tints of Dodger Blue #1295FD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.48%

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

R = 4.29%
G = 35.48%
B = 60.24%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1295FD (or 0x1295FD) is known color: Dodger Blue. HEX triplet: 12, 95 and FD. RGB value is (18,149,253). Sum of RGB (Red+Green+Blue) = 18+149+253=420 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.29% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #1295FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1295FD is #ED6A02. Grayscale: #797979. Windows color (decimal): -15559171 or 16618770. OLE color: 16618770.

HSL color Cylindrical-coordinate representation of color #1295FD: hue angle of 206.55º 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 #1295FD is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 149 253 -
CMYK 0.93 0.41 0 0.01
HSL 206.55º 0.98% 0.53% -
HSV(B) 206.55º 0.93% 0.99% -
XYZ 28.73 28.72 96.96 -
YUV 121.69 202.1 54.04 -
System Red Green Blue C M Y K H S L
Decimal 18 149 253 0.93 0.41 0 0.01 206.55 0.98 0.53
Hex 12 95 FD 5D 29 0 1 CF 62 35
Octal 22 225 375 135 51 0 1 317 142 65
Binary 10010 10010101 11111101 1011101 101001 0 1 11001111 1100010 110101

Color Harmonies of #1295FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1295FD

Black with #1295FD

Text Example


Text Example

White with #1295FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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