Html Css Color HEX #1462FC Dodger Blue

📋 copy color: '#1462FC'

red 20 ◦ green 98 ◦ blue 252

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

Shades of Dodger Blue #1462FC

Tints of Dodger Blue #1462FC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.49%

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

R = 5.41%
G = 26.49%
B = 68.11%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1462FC (or 0x1462FC) is known color: Dodger Blue. HEX triplet: 14, 62 and FC. RGB value is (20,98,252). Sum of RGB (Red+Green+Blue) = 20+98+252=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #1462FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1462FC is #EB9D03. Grayscale: #5B5B5B. Windows color (decimal): -15441156 or 16540180. OLE color: 16540180.

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

Color convert

RGB 20 98 252 -
CMYK 0.92 0.61 0 0.01
HSL 219.83º 0.97% 0.53% -
HSV(B) 219.83º 0.92% 0.99% -
XYZ 22.23 15.91 94 -
YUV 92.23 218.16 76.48 -
System Red Green Blue C M Y K H S L
Decimal 20 98 252 0.92 0.61 0 0.01 219.83 0.97 0.53
Hex 14 62 FC 5C 3D 0 1 DC 61 35
Octal 24 142 374 134 75 0 1 334 141 65
Binary 10100 1100010 11111100 1011100 111101 0 1 11011100 1100001 110101

Color Harmonies of #1462FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1462FC

Black with #1462FC

Text Example


Text Example

White with #1462FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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