Html Css Color HEX #1467FC Dodger Blue

📋 copy color: '#1467FC'

red 20 ◦ green 103 ◦ blue 252

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

Shades of Dodger Blue #1467FC

Tints of Dodger Blue #1467FC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.47%

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

R = 5.33%
G = 27.47%
B = 67.2%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1467FC (or 0x1467FC) is known color: Dodger Blue. HEX triplet: 14, 67 and FC. RGB value is (20,103,252). Sum of RGB (Red+Green+Blue) = 20+103+252=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #1467FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1467FC is #EB9803. Grayscale: #5E5E5E. Windows color (decimal): -15439876 or 16541460. OLE color: 16541460.

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

Color convert

RGB 20 103 252 -
CMYK 0.92 0.59 0 0.01
HSL 218.53º 0.97% 0.53% -
HSV(B) 218.53º 0.92% 0.99% -
XYZ 22.71 16.88 94.16 -
YUV 95.17 216.5 74.38 -
System Red Green Blue C M Y K H S L
Decimal 20 103 252 0.92 0.59 0 0.01 218.53 0.97 0.53
Hex 14 67 FC 5C 3B 0 1 DB 61 35
Octal 24 147 374 134 73 0 1 333 141 65
Binary 10100 1100111 11111100 1011100 111011 0 1 11011011 1100001 110101

Color Harmonies of #1467FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1467FC

Black with #1467FC

Text Example


Text Example

White with #1467FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1467FC; }

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

 H1.HeaderClassName
 {
   color: #1467FC;
 }
 .AnyTagClassName
 {
   color: #1467FC;
 }
</style>

background-color css

<style>
 a { background-color: #1467FC; }

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

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

border-color css

<style>
 span { border-color: #1467FC; }

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

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