Html Css Color HEX #1295FE Dodger Blue

📋 copy color: '#1295FE'

red 18 ◦ green 149 ◦ blue 254

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

Shades of Dodger Blue #1295FE

Tints of Dodger Blue #1295FE

RGB

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

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

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

R = 4.28%
G = 35.39%
B = 60.33%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1295FE (or 0x1295FE) is known color: Dodger Blue. HEX triplet: 12, 95 and FE. RGB value is (18,149,254). Sum of RGB (Red+Green+Blue) = 18+149+254=421 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.28% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #1295FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1295FE is #ED6A01. Grayscale: #797979. Windows color (decimal): -15559170 or 16684306. OLE color: 16684306.

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

Color convert

RGB 18 149 254 -
CMYK 0.93 0.41 0 0.00
HSL 206.69º 0.99% 0.53% -
HSV(B) 206.69º 0.93% 1% -
XYZ 28.89 28.78 97.8 -
YUV 121.8 202.6 53.96 -
System Red Green Blue C M Y K H S L
Decimal 18 149 254 0.93 0.41 0 0.00 206.69 0.99 0.53
Hex 12 95 FE 5D 29 0 0 CF 63 35
Octal 22 225 376 135 51 0 0 317 143 65
Binary 10010 10010101 11111110 1011101 101001 0 0 11001111 1100011 110101

Color Harmonies of #1295FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1295FE

Black with #1295FE

Text Example


Text Example

White with #1295FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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