Html Css Color HEX #1467FB Dodger Blue

📋 copy color: '#1467FB'

red 20 ◦ green 103 ◦ blue 251

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

Shades of Dodger Blue #1467FB

Tints of Dodger Blue #1467FB

RGB

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

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

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

R = 5.35%
G = 27.54%
B = 67.11%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1467FB (or 0x1467FB) is known color: Dodger Blue. HEX triplet: 14, 67 and FB. RGB value is (20,103,251). Sum of RGB (Red+Green+Blue) = 20+103+251=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #1467FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1467FB is #EB9804. Grayscale: #5E5E5E. Windows color (decimal): -15439877 or 16475924. OLE color: 16475924.

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

Color convert

RGB 20 103 251 -
CMYK 0.92 0.59 0 0.02
HSL 218.44º 0.97% 0.53% -
HSV(B) 218.44º 0.92% 0.98% -
XYZ 22.55 16.81 93.32 -
YUV 95.06 216 74.47 -
System Red Green Blue C M Y K H S L
Decimal 20 103 251 0.92 0.59 0 0.02 218.44 0.97 0.53
Hex 14 67 FB 5C 3B 0 2 DA 61 35
Octal 24 147 373 134 73 0 2 332 141 65
Binary 10100 1100111 11111011 1011100 111011 0 10 11011010 1100001 110101

Color Harmonies of #1467FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1467FB

Black with #1467FB

Text Example


Text Example

White with #1467FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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