Html Css Color HEX #145CFF Dodger Blue

📋 copy color: '#145CFF'

red 20 ◦ green 92 ◦ blue 255

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

Shades of Dodger Blue #145CFF

Tints of Dodger Blue #145CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.07%

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

R = 5.45%
G = 25.07%
B = 69.48%

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

#145CFF (or 0x145CFF) is known color: Dodger Blue. HEX triplet: 14, 5C and FF. RGB value is (20,92,255). Sum of RGB (Red+Green+Blue) = 20+92+255=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #145CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145CFF is #EBA300. Grayscale: #585858. Windows color (decimal): -15442689 or 16735252. OLE color: 16735252.

HSL color Cylindrical-coordinate representation of color #145CFF: hue angle of 221.62º 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 #145CFF is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 20 92 255 -
CMYK 0.92 0.64 0 0
HSL 221.62º 1% 0.54% -
HSV(B) 221.62º 0.92% 1% -
XYZ 22.17 15.02 96.34 -
YUV 89.05 221.65 78.75 -
System Red Green Blue C M Y K H S L
Decimal 20 92 255 0.92 0.64 0 0 221.62 1 0.54
Hex 14 5C FF 5C 40 0 0 DE 64 36
Octal 24 134 377 134 100 0 0 336 144 66
Binary 10100 1011100 11111111 1011100 1000000 0 0 11011110 1100100 110110

Color Harmonies of #145CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145CFF

Black with #145CFF

Text Example


Text Example

White with #145CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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