Html Css Color HEX #1A63FC Dodger Blue

📋 copy color: '#1A63FC'

red 26 ◦ green 99 ◦ blue 252

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

Shades of Dodger Blue #1A63FC

Tints of Dodger Blue #1A63FC

RGB

 RED value IS 26 (10.55% from 255) = 6.9%

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

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

R = 6.9%
G = 26.26%
B = 66.84%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1A63FC (or 0x1A63FC) is known color: Dodger Blue. HEX triplet: 1A, 63 and FC. RGB value is (26,99,252). Sum of RGB (Red+Green+Blue) = 26+99+252=377 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.90% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #1A63FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A63FC is #E59C03. Grayscale: #5D5D5D. Windows color (decimal): -15047684 or 16540442. OLE color: 16540442.

HSL color Cylindrical-coordinate representation of color #1A63FC: hue angle of 220.62º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A63FC is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 26 99 252 -
CMYK 0.90 0.61 0 0.01
HSL 220.62º 0.97% 0.55% -
HSV(B) 220.62º 0.9% 0.99% -
XYZ 22.46 16.17 94.03 -
YUV 94.62 216.82 79.06 -
System Red Green Blue C M Y K H S L
Decimal 26 99 252 0.90 0.61 0 0.01 220.62 0.97 0.55
Hex 1A 63 FC 5A 3D 0 1 DD 61 37
Octal 32 143 374 132 75 0 1 335 141 67
Binary 11010 1100011 11111100 1011010 111101 0 1 11011101 1100001 110111

Color Harmonies of #1A63FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A63FC

Black with #1A63FC

Text Example


Text Example

White with #1A63FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A63FC; }

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

 H1.HeaderClassName
 {
   color: #1A63FC;
 }
 .AnyTagClassName
 {
   color: #1A63FC;
 }
</style>

background-color css

<style>
 a { background-color: #1A63FC; }

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

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

border-color css

<style>
 span { border-color: #1A63FC; }

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

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