Html Css Color HEX #1295EA Dodger Blue

📋 copy color: '#1295EA'

red 18 ◦ green 149 ◦ blue 234

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

Shades of Dodger Blue #1295EA

Tints of Dodger Blue #1295EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.35%

R = 4.49%
G = 37.16%
B = 58.35%

CMYK

 C value IS 0.92

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1295EA (or 0x1295EA) is known color: Dodger Blue. HEX triplet: 12, 95 and EA. RGB value is (18,149,234). Sum of RGB (Red+Green+Blue) = 18+149+234=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #1295EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1295EA is #ED6A15. Grayscale: #777777. Windows color (decimal): -15559190 or 15373586. OLE color: 15373586.

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

Color convert

RGB 18 149 234 -
CMYK 0.92 0.36 0 0.08
HSL 203.61º 0.86% 0.49% -
HSV(B) 203.61º 0.92% 0.92% -
XYZ 25.85 27.56 81.8 -
YUV 119.52 192.6 55.59 -
System Red Green Blue C M Y K H S L
Decimal 18 149 234 0.92 0.36 0 0.08 203.61 0.86 0.49
Hex 12 95 EA 5C 24 0 8 CC 56 31
Octal 22 225 352 134 44 0 10 314 126 61
Binary 10010 10010101 11101010 1011100 100100 0 1000 11001100 1010110 110001

Color Harmonies of #1295EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1295EA

Black with #1295EA

Text Example


Text Example

White with #1295EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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