Html Css Color HEX #1467FE Dodger Blue

📋 copy color: '#1467FE'

red 20 ◦ green 103 ◦ blue 254

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

Shades of Dodger Blue #1467FE

Tints of Dodger Blue #1467FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 67.37%

R = 5.31%
G = 27.32%
B = 67.37%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1467FE (or 0x1467FE) is known color: Dodger Blue. HEX triplet: 14, 67 and FE. RGB value is (20,103,254). Sum of RGB (Red+Green+Blue) = 20+103+254=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #1467FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1467FE is #EB9801. Grayscale: #5E5E5E. Windows color (decimal): -15439874 or 16672532. OLE color: 16672532.

HSL color Cylindrical-coordinate representation of color #1467FE: hue angle of 218.72º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1467FE is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 20 103 254 -
CMYK 0.92 0.59 0 0.00
HSL 218.72º 0.99% 0.54% -
HSV(B) 218.72º 0.92% 1% -
XYZ 23.03 17 95.83 -
YUV 95.4 217.5 74.22 -
System Red Green Blue C M Y K H S L
Decimal 20 103 254 0.92 0.59 0 0.00 218.72 0.99 0.54
Hex 14 67 FE 5C 3B 0 0 DB 63 36
Octal 24 147 376 134 73 0 0 333 143 66
Binary 10100 1100111 11111110 1011100 111011 0 0 11011011 1100011 110110

Color Harmonies of #1467FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1467FE

Black with #1467FE

Text Example


Text Example

White with #1467FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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