Html Css Color HEX #1265FE Dodger Blue

📋 copy color: '#1265FE'

red 18 ◦ green 101 ◦ blue 254

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

Shades of Dodger Blue #1265FE

Tints of Dodger Blue #1265FE

RGB

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

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

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

R = 4.83%
G = 27.08%
B = 68.1%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1265FE (or 0x1265FE) is known color: Dodger Blue. HEX triplet: 12, 65 and FE. RGB value is (18,101,254). Sum of RGB (Red+Green+Blue) = 18+101+254=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #1265FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1265FE is #ED9A01. Grayscale: #5C5C5C. Windows color (decimal): -15571458 or 16672018. OLE color: 16672018.

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

Color convert

RGB 18 101 254 -
CMYK 0.93 0.60 0 0.00
HSL 218.9º 0.99% 0.53% -
HSV(B) 218.9º 0.93% 1% -
XYZ 22.79 16.59 95.77 -
YUV 93.63 218.5 74.06 -
System Red Green Blue C M Y K H S L
Decimal 18 101 254 0.93 0.60 0 0.00 218.9 0.99 0.53
Hex 12 65 FE 5D 3C 0 0 DB 63 35
Octal 22 145 376 135 74 0 0 333 143 65
Binary 10010 1100101 11111110 1011101 111100 0 0 11011011 1100011 110101

Color Harmonies of #1265FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1265FE

Black with #1265FE

Text Example


Text Example

White with #1265FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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