Html Css Color HEX #145EFD Dodger Blue

📋 copy color: '#145EFD'

red 20 ◦ green 94 ◦ blue 253

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

Shades of Dodger Blue #145EFD

Tints of Dodger Blue #145EFD

RGB

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

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

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

R = 5.45%
G = 25.61%
B = 68.94%

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

#145EFD (or 0x145EFD) is known color: Dodger Blue. HEX triplet: 14, 5E and FD. RGB value is (20,94,253). Sum of RGB (Red+Green+Blue) = 20+94+253=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #145EFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145EFD is #EBA102. Grayscale: #595959. Windows color (decimal): -15442179 or 16604692. OLE color: 16604692.

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

Color convert

RGB 20 94 253 -
CMYK 0.92 0.63 0 0.01
HSL 220.94º 0.98% 0.54% -
HSV(B) 220.94º 0.92% 0.99% -
XYZ 22.02 15.25 94.71 -
YUV 90 219.98 78.07 -
System Red Green Blue C M Y K H S L
Decimal 20 94 253 0.92 0.63 0 0.01 220.94 0.98 0.54
Hex 14 5E FD 5C 3F 0 1 DD 62 36
Octal 24 136 375 134 77 0 1 335 142 66
Binary 10100 1011110 11111101 1011100 111111 0 1 11011101 1100010 110110

Color Harmonies of #145EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145EFD

Black with #145EFD

Text Example


Text Example

White with #145EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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