Html Css Color HEX #145EFF Dodger Blue

📋 copy color: '#145EFF'

red 20 ◦ green 94 ◦ blue 255

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

Shades of Dodger Blue #145EFF

Tints of Dodger Blue #145EFF

RGB

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

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

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

R = 5.42%
G = 25.47%
B = 69.11%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#145EFF (or 0x145EFF) is known color: Dodger Blue. HEX triplet: 14, 5E and FF. RGB value is (20,94,255). Sum of RGB (Red+Green+Blue) = 20+94+255=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #145EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145EFF is #EBA100. Grayscale: #595959. Windows color (decimal): -15442177 or 16735764. OLE color: 16735764.

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

Color convert

RGB 20 94 255 -
CMYK 0.92 0.63 0 0
HSL 221.11º 1% 0.54% -
HSV(B) 221.11º 0.92% 1% -
XYZ 22.34 15.37 96.4 -
YUV 90.23 220.98 77.91 -
System Red Green Blue C M Y K H S L
Decimal 20 94 255 0.92 0.63 0 0 221.11 1 0.54
Hex 14 5E FF 5C 3F 0 0 DD 64 36
Octal 24 136 377 134 77 0 0 335 144 66
Binary 10100 1011110 11111111 1011100 111111 0 0 11011101 1100100 110110

Color Harmonies of #145EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145EFF

Black with #145EFF

Text Example


Text Example

White with #145EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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