Html Css Color HEX #145FFC Dodger Blue

📋 copy color: '#145FFC'

red 20 ◦ green 95 ◦ blue 252

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

Shades of Dodger Blue #145FFC

Tints of Dodger Blue #145FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 68.66%

R = 5.45%
G = 25.89%
B = 68.66%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#145FFC (or 0x145FFC) is known color: Dodger Blue. HEX triplet: 14, 5F and FC. RGB value is (20,95,252). Sum of RGB (Red+Green+Blue) = 20+95+252=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #145FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145FFC is #EBA003. Grayscale: #595959. Windows color (decimal): -15441924 or 16539412. OLE color: 16539412.

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

Color convert

RGB 20 95 252 -
CMYK 0.92 0.62 0 0.01
HSL 220.6º 0.97% 0.53% -
HSV(B) 220.6º 0.92% 0.99% -
XYZ 21.95 15.36 93.9 -
YUV 90.47 219.15 77.73 -
System Red Green Blue C M Y K H S L
Decimal 20 95 252 0.92 0.62 0 0.01 220.6 0.97 0.53
Hex 14 5F FC 5C 3E 0 1 DD 61 35
Octal 24 137 374 134 76 0 1 335 141 65
Binary 10100 1011111 11111100 1011100 111110 0 1 11011101 1100001 110101

Color Harmonies of #145FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145FFC

Black with #145FFC

Text Example


Text Example

White with #145FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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