Html Css Color HEX #145DFF Dodger Blue

📋 copy color: '#145DFF'

red 20 ◦ green 93 ◦ blue 255

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

Shades of Dodger Blue #145DFF

Tints of Dodger Blue #145DFF

RGB

 RED value IS 20 (8.2% from 255) = 5.43%

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

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

R = 5.43%
G = 25.27%
B = 69.29%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#145DFF (or 0x145DFF) is known color: Dodger Blue. HEX triplet: 14, 5D and FF. RGB value is (20,93,255). Sum of RGB (Red+Green+Blue) = 20+93+255=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #145DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145DFF is #EBA200. Grayscale: #585858. Windows color (decimal): -15442433 or 16735508. OLE color: 16735508.

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

Color convert

RGB 20 93 255 -
CMYK 0.92 0.64 0 0
HSL 221.36º 1% 0.54% -
HSV(B) 221.36º 0.92% 1% -
XYZ 22.25 15.2 96.37 -
YUV 89.64 221.32 78.33 -
System Red Green Blue C M Y K H S L
Decimal 20 93 255 0.92 0.64 0 0 221.36 1 0.54
Hex 14 5D FF 5C 40 0 0 DD 64 36
Octal 24 135 377 134 100 0 0 335 144 66
Binary 10100 1011101 11111111 1011100 1000000 0 0 11011101 1100100 110110

Color Harmonies of #145DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145DFF

Black with #145DFF

Text Example


Text Example

White with #145DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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