Html Css Color HEX #1464FB Dodger Blue

📋 copy color: '#1464FB'

red 20 ◦ green 100 ◦ blue 251

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

Shades of Dodger Blue #1464FB

Tints of Dodger Blue #1464FB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.95%

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

R = 5.39%
G = 26.95%
B = 67.65%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1464FB (or 0x1464FB) is known color: Dodger Blue. HEX triplet: 14, 64 and FB. RGB value is (20,100,251). Sum of RGB (Red+Green+Blue) = 20+100+251=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #1464FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1464FB is #EB9B04. Grayscale: #5C5C5C. Windows color (decimal): -15440645 or 16475156. OLE color: 16475156.

HSL color Cylindrical-coordinate representation of color #1464FB: hue angle of 219.22º 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 #1464FB is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 100 251 -
CMYK 0.92 0.60 0 0.02
HSL 219.22º 0.97% 0.53% -
HSV(B) 219.22º 0.92% 0.98% -
XYZ 22.26 16.23 93.23 -
YUV 93.29 217 75.72 -
System Red Green Blue C M Y K H S L
Decimal 20 100 251 0.92 0.60 0 0.02 219.22 0.97 0.53
Hex 14 64 FB 5C 3C 0 2 DB 61 35
Octal 24 144 373 134 74 0 2 333 141 65
Binary 10100 1100100 11111011 1011100 111100 0 10 11011011 1100001 110101

Color Harmonies of #1464FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1464FB

Black with #1464FB

Text Example


Text Example

White with #1464FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1464FB; }

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

 H1.HeaderClassName
 {
   color: #1464FB;
 }
 .AnyTagClassName
 {
   color: #1464FB;
 }
</style>

background-color css

<style>
 a { background-color: #1464FB; }

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

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

border-color css

<style>
 span { border-color: #1464FB; }

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

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