Html Css Color HEX #145FFA Dodger Blue

📋 copy color: '#145FFA'

red 20 ◦ green 95 ◦ blue 250

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

Shades of Dodger Blue #145FFA

Tints of Dodger Blue #145FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.03%

 BLUE value IS 250 (98.05% from 255) = 68.49%

R = 5.48%
G = 26.03%
B = 68.49%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#145FFA (or 0x145FFA) is known color: Dodger Blue. HEX triplet: 14, 5F and FA. RGB value is (20,95,250). Sum of RGB (Red+Green+Blue) = 20+95+250=365 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.48% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #145FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145FFA is #EBA005. Grayscale: #595959. Windows color (decimal): -15441926 or 16408340. OLE color: 16408340.

HSL color Cylindrical-coordinate representation of color #145FFA: hue angle of 220.43º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145FFA is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 95 250 -
CMYK 0.92 0.62 0 0.02
HSL 220.43º 0.96% 0.53% -
HSV(B) 220.43º 0.92% 0.98% -
XYZ 21.64 15.24 92.24 -
YUV 90.25 218.15 77.9 -
System Red Green Blue C M Y K H S L
Decimal 20 95 250 0.92 0.62 0 0.02 220.43 0.96 0.53
Hex 14 5F FA 5C 3E 0 2 DC 60 35
Octal 24 137 372 134 76 0 2 334 140 65
Binary 10100 1011111 11111010 1011100 111110 0 10 11011100 1100000 110101

Color Harmonies of #145FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145FFA

Black with #145FFA

Text Example


Text Example

White with #145FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,95,250); }

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

background-color css

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

 a { background-color: rgb(20,95,250); }

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

border-color css

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

 span { border-color: rgb(20,95,250); }

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