Html Css Color HEX #1465FF Dodger Blue

📋 copy color: '#1465FF'

red 20 ◦ green 101 ◦ blue 255

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

Shades of Dodger Blue #1465FF

Tints of Dodger Blue #1465FF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.86%

 BLUE value IS 255 (100% from 255) = 67.82%

R = 5.32%
G = 26.86%
B = 67.82%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1465FF (or 0x1465FF) is known color: Dodger Blue. HEX triplet: 14, 65 and FF. RGB value is (20,101,255). Sum of RGB (Red+Green+Blue) = 20+101+255=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #1465FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1465FF is #EB9A00. Grayscale: #5D5D5D. Windows color (decimal): -15440385 or 16737556. OLE color: 16737556.

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

Color convert

RGB 20 101 255 -
CMYK 0.92 0.60 0 0
HSL 219.32º 1% 0.54% -
HSV(B) 219.32º 0.92% 1% -
XYZ 22.99 16.68 96.61 -
YUV 94.34 218.66 74.98 -
System Red Green Blue C M Y K H S L
Decimal 20 101 255 0.92 0.60 0 0 219.32 1 0.54
Hex 14 65 FF 5C 3C 0 0 DB 64 36
Octal 24 145 377 134 74 0 0 333 144 66
Binary 10100 1100101 11111111 1011100 111100 0 0 11011011 1100100 110110

Color Harmonies of #1465FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1465FF

Black with #1465FF

Text Example


Text Example

White with #1465FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1465FF; }

 p { color: rgb(20,101,255); }

 H1.HeaderClassName
 {
   color: #1465FF;
 }
 .AnyTagClassName
 {
   color: #1465FF;
 }
</style>

background-color css

<style>
 a { background-color: #1465FF; }

 a { background-color: rgb(20,101,255); }

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

border-color css

<style>
 span { border-color: #1465FF; }

 span { border-color: rgb(20,101,255); }

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