Html Css Color HEX #145DFD Dodger Blue

📋 copy color: '#145DFD'

red 20 ◦ green 93 ◦ blue 253

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

Shades of Dodger Blue #145DFD

Tints of Dodger Blue #145DFD

RGB

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

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

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

R = 5.46%
G = 25.41%
B = 69.13%

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

#145DFD (or 0x145DFD) is known color: Dodger Blue. HEX triplet: 14, 5D and FD. RGB value is (20,93,253). Sum of RGB (Red+Green+Blue) = 20+93+253=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 253 (99.22% from 255 or 69.13% from 366); Max value from RGB is 253 - color contains mainly: blue. Hex color #145DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145DFD is #EBA202. Grayscale: #585858. Windows color (decimal): -15442435 or 16604436. OLE color: 16604436.

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

Color convert

RGB 20 93 253 -
CMYK 0.92 0.63 0 0.01
HSL 221.2º 0.98% 0.54% -
HSV(B) 221.2º 0.92% 0.99% -
XYZ 21.93 15.07 94.68 -
YUV 89.41 220.32 78.49 -
System Red Green Blue C M Y K H S L
Decimal 20 93 253 0.92 0.63 0 0.01 221.2 0.98 0.54
Hex 14 5D FD 5C 3F 0 1 DD 62 36
Octal 24 135 375 134 77 0 1 335 142 66
Binary 10100 1011101 11111101 1011100 111111 0 1 11011101 1100010 110110

Color Harmonies of #145DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145DFD

Black with #145DFD

Text Example


Text Example

White with #145DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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