Html Css Color HEX #135DFF Dodger Blue

📋 copy color: '#135DFF'

red 19 ◦ green 93 ◦ blue 255

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

Shades of Dodger Blue #135DFF

Tints of Dodger Blue #135DFF

RGB

 RED value IS 19 (7.81% from 255) = 5.18%

 GREEN value IS 93 (36.72% from 255) = 25.34%

 BLUE value IS 255 (100% from 255) = 69.48%

R = 5.18%
G = 25.34%
B = 69.48%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#135DFF (or 0x135DFF) is known color: Dodger Blue. HEX triplet: 13, 5D and FF. RGB value is (19,93,255). Sum of RGB (Red+Green+Blue) = 19+93+255=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #135DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135DFF is #ECA200. Grayscale: #585858. Windows color (decimal): -15507969 or 16735507. OLE color: 16735507.

HSL color Cylindrical-coordinate representation of color #135DFF: hue angle of 221.19º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #135DFF is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 19 93 255 -
CMYK 0.93 0.64 0 0
HSL 221.19º 1% 0.54% -
HSV(B) 221.19º 0.93% 1% -
XYZ 22.23 15.19 96.37 -
YUV 89.34 221.48 77.83 -
System Red Green Blue C M Y K H S L
Decimal 19 93 255 0.93 0.64 0 0 221.19 1 0.54
Hex 13 5D FF 5D 40 0 0 DD 64 36
Octal 23 135 377 135 100 0 0 335 144 66
Binary 10011 1011101 11111111 1011101 1000000 0 0 11011101 1100100 110110

Color Harmonies of #135DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135DFF

Black with #135DFF

Text Example


Text Example

White with #135DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135DFF; }

 p { color: rgb(19,93,255); }

 H1.HeaderClassName
 {
   color: #135DFF;
 }
 .AnyTagClassName
 {
   color: #135DFF;
 }
</style>

background-color css

<style>
 a { background-color: #135DFF; }

 a { background-color: rgb(19,93,255); }

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

border-color css

<style>
 span { border-color: #135DFF; }

 span { border-color: rgb(19,93,255); }

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