Html Css Color HEX #135BFF Dodger Blue

📋 copy color: '#135BFF'

red 19 ◦ green 91 ◦ blue 255

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

Shades of Dodger Blue #135BFF

Tints of Dodger Blue #135BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.93%

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

R = 5.21%
G = 24.93%
B = 69.86%

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

#135BFF (or 0x135BFF) is known color: Dodger Blue. HEX triplet: 13, 5B and FF. RGB value is (19,91,255). Sum of RGB (Red+Green+Blue) = 19+91+255=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #135BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135BFF is #ECA400. Grayscale: #575757. Windows color (decimal): -15508481 or 16734995. OLE color: 16734995.

HSL color Cylindrical-coordinate representation of color #135BFF: hue angle of 221.69º 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 #135BFF is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 19 91 255 -
CMYK 0.93 0.64 0 0
HSL 221.69º 1% 0.54% -
HSV(B) 221.69º 0.93% 1% -
XYZ 22.06 14.84 96.31 -
YUV 88.17 222.15 78.66 -
System Red Green Blue C M Y K H S L
Decimal 19 91 255 0.93 0.64 0 0 221.69 1 0.54
Hex 13 5B FF 5D 40 0 0 DE 64 36
Octal 23 133 377 135 100 0 0 336 144 66
Binary 10011 1011011 11111111 1011101 1000000 0 0 11011110 1100100 110110

Color Harmonies of #135BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BFF

Black with #135BFF

Text Example


Text Example

White with #135BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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