Html Css Color HEX #1265FF Dodger Blue

📋 copy color: '#1265FF'

red 18 ◦ green 101 ◦ blue 255

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

Shades of Dodger Blue #1265FF

Tints of Dodger Blue #1265FF

RGB

 RED value IS 18 (7.42% from 255) = 4.81%

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

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

R = 4.81%
G = 27.01%
B = 68.18%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1265FF (or 0x1265FF) is known color: Dodger Blue. HEX triplet: 12, 65 and FF. RGB value is (18,101,255). Sum of RGB (Red+Green+Blue) = 18+101+255=374 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.81% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #1265FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1265FF is #ED9A00. Grayscale: #5D5D5D. Windows color (decimal): -15571457 or 16737554. OLE color: 16737554.

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

Color convert

RGB 18 101 255 -
CMYK 0.93 0.60 0 0
HSL 218.99º 1% 0.54% -
HSV(B) 218.99º 0.93% 1% -
XYZ 22.95 16.66 96.61 -
YUV 93.74 219 73.98 -
System Red Green Blue C M Y K H S L
Decimal 18 101 255 0.93 0.60 0 0 218.99 1 0.54
Hex 12 65 FF 5D 3C 0 0 DB 64 36
Octal 22 145 377 135 74 0 0 333 144 66
Binary 10010 1100101 11111111 1011101 111100 0 0 11011011 1100100 110110

Color Harmonies of #1265FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1265FF

Black with #1265FF

Text Example


Text Example

White with #1265FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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