Html Css Color HEX #135FFD Dodger Blue

📋 copy color: '#135FFD'

red 19 ◦ green 95 ◦ blue 253

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

Shades of Dodger Blue #135FFD

Tints of Dodger Blue #135FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.89%

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

R = 5.18%
G = 25.89%
B = 68.94%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#135FFD (or 0x135FFD) is known color: Dodger Blue. HEX triplet: 13, 5F and FD. RGB value is (19,95,253). Sum of RGB (Red+Green+Blue) = 19+95+253=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #135FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135FFD is #ECA002. Grayscale: #595959. Windows color (decimal): -15507459 or 16604947. OLE color: 16604947.

HSL color Cylindrical-coordinate representation of color #135FFD: hue angle of 220.51º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135FFD is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 95 253 -
CMYK 0.92 0.62 0 0.01
HSL 220.51º 0.98% 0.53% -
HSV(B) 220.51º 0.92% 0.99% -
XYZ 22.09 15.41 94.74 -
YUV 90.29 219.82 77.15 -
System Red Green Blue C M Y K H S L
Decimal 19 95 253 0.92 0.62 0 0.01 220.51 0.98 0.53
Hex 13 5F FD 5C 3E 0 1 DD 62 35
Octal 23 137 375 134 76 0 1 335 142 65
Binary 10011 1011111 11111101 1011100 111110 0 1 11011101 1100010 110101

Color Harmonies of #135FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135FFD

Black with #135FFD

Text Example


Text Example

White with #135FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,95,253); }

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

background-color css

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

 a { background-color: rgb(19,95,253); }

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

border-color css

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

 span { border-color: rgb(19,95,253); }

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