Html Css Color HEX #135EFC Dodger Blue

📋 copy color: '#135EFC'

red 19 ◦ green 94 ◦ blue 252

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

Shades of Dodger Blue #135EFC

Tints of Dodger Blue #135EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.75%

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

R = 5.21%
G = 25.75%
B = 69.04%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#135EFC (or 0x135EFC) is known color: Dodger Blue. HEX triplet: 13, 5E and FC. RGB value is (19,94,252). Sum of RGB (Red+Green+Blue) = 19+94+252=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #135EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135EFC is #ECA103. Grayscale: #585858. Windows color (decimal): -15507716 or 16539155. OLE color: 16539155.

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

Color convert

RGB 19 94 252 -
CMYK 0.92 0.63 0 0.01
HSL 220.69º 0.97% 0.53% -
HSV(B) 220.69º 0.92% 0.99% -
XYZ 21.84 15.17 93.87 -
YUV 89.59 219.65 77.65 -
System Red Green Blue C M Y K H S L
Decimal 19 94 252 0.92 0.63 0 0.01 220.69 0.97 0.53
Hex 13 5E FC 5C 3F 0 1 DD 61 35
Octal 23 136 374 134 77 0 1 335 141 65
Binary 10011 1011110 11111100 1011100 111111 0 1 11011101 1100001 110101

Color Harmonies of #135EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135EFC

Black with #135EFC

Text Example


Text Example

White with #135EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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