Html Css Color HEX #1263FC Dodger Blue

📋 copy color: '#1263FC'

red 18 ◦ green 99 ◦ blue 252

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

Shades of Dodger Blue #1263FC

Tints of Dodger Blue #1263FC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.83%

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

R = 4.88%
G = 26.83%
B = 68.29%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1263FC (or 0x1263FC) is known color: Dodger Blue. HEX triplet: 12, 63 and FC. RGB value is (18,99,252). Sum of RGB (Red+Green+Blue) = 18+99+252=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #1263FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1263FC is #ED9C03. Grayscale: #5B5B5B. Windows color (decimal): -15571972 or 16540434. OLE color: 16540434.

HSL color Cylindrical-coordinate representation of color #1263FC: hue angle of 219.23º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1263FC is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 99 252 -
CMYK 0.93 0.61 0 0.01
HSL 219.23º 0.98% 0.53% -
HSV(B) 219.23º 0.93% 0.99% -
XYZ 22.28 16.08 94.02 -
YUV 92.22 218.16 75.06 -
System Red Green Blue C M Y K H S L
Decimal 18 99 252 0.93 0.61 0 0.01 219.23 0.98 0.53
Hex 12 63 FC 5D 3D 0 1 DB 62 35
Octal 22 143 374 135 75 0 1 333 142 65
Binary 10010 1100011 11111100 1011101 111101 0 1 11011011 1100010 110101

Color Harmonies of #1263FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1263FC

Black with #1263FC

Text Example


Text Example

White with #1263FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,99,252); }

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

background-color css

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

 a { background-color: rgb(18,99,252); }

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

border-color css

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

 span { border-color: rgb(18,99,252); }

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