Html Css Color HEX #135FFC Dodger Blue

📋 copy color: '#135FFC'

red 19 ◦ green 95 ◦ blue 252

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

Shades of Dodger Blue #135FFC

Tints of Dodger Blue #135FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 68.85%

R = 5.19%
G = 25.96%
B = 68.85%

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

#135FFC (or 0x135FFC) is known color: Dodger Blue. HEX triplet: 13, 5F and FC. RGB value is (19,95,252). Sum of RGB (Red+Green+Blue) = 19+95+252=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #135FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135FFC is #ECA003. Grayscale: #595959. Windows color (decimal): -15507460 or 16539411. OLE color: 16539411.

HSL color Cylindrical-coordinate representation of color #135FFC: hue angle of 220.43º degrees, saturation: 0.97, 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 #135FFC is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 95 252 -
CMYK 0.92 0.62 0 0.01
HSL 220.43º 0.97% 0.53% -
HSV(B) 220.43º 0.92% 0.99% -
XYZ 21.93 15.35 93.9 -
YUV 90.17 219.32 77.23 -
System Red Green Blue C M Y K H S L
Decimal 19 95 252 0.92 0.62 0 0.01 220.43 0.97 0.53
Hex 13 5F FC 5C 3E 0 1 DC 61 35
Octal 23 137 374 134 76 0 1 334 141 65
Binary 10011 1011111 11111100 1011100 111110 0 1 11011100 1100001 110101

Color Harmonies of #135FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135FFC

Black with #135FFC

Text Example


Text Example

White with #135FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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