Html Css Color HEX #145FFB Dodger Blue

📋 copy color: '#145FFB'

red 20 ◦ green 95 ◦ blue 251

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

Shades of Dodger Blue #145FFB

Tints of Dodger Blue #145FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 68.58%

R = 5.46%
G = 25.96%
B = 68.58%

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

#145FFB (or 0x145FFB) is known color: Dodger Blue. HEX triplet: 14, 5F and FB. RGB value is (20,95,251). Sum of RGB (Red+Green+Blue) = 20+95+251=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #145FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145FFB is #EBA004. Grayscale: #595959. Windows color (decimal): -15441925 or 16473876. OLE color: 16473876.

HSL color Cylindrical-coordinate representation of color #145FFB: hue angle of 220.52º degrees, saturation: 0.97, 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 #145FFB is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 95 251 -
CMYK 0.92 0.62 0 0.02
HSL 220.52º 0.97% 0.53% -
HSV(B) 220.52º 0.92% 0.98% -
XYZ 21.79 15.3 93.07 -
YUV 90.36 218.65 77.82 -
System Red Green Blue C M Y K H S L
Decimal 20 95 251 0.92 0.62 0 0.02 220.52 0.97 0.53
Hex 14 5F FB 5C 3E 0 2 DD 61 35
Octal 24 137 373 134 76 0 2 335 141 65
Binary 10100 1011111 11111011 1011100 111110 0 10 11011101 1100001 110101

Color Harmonies of #145FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145FFB

Black with #145FFB

Text Example


Text Example

White with #145FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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