Html Css Color HEX #1B63FE Dodger Blue

📋 copy color: '#1B63FE'

red 27 ◦ green 99 ◦ blue 254

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

Shades of Dodger Blue #1B63FE

Tints of Dodger Blue #1B63FE

RGB

 RED value IS 27 (10.94% from 255) = 7.11%

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

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

R = 7.11%
G = 26.05%
B = 66.84%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1B63FE (or 0x1B63FE) is known color: Dodger Blue. HEX triplet: 1B, 63 and FE. RGB value is (27,99,254). Sum of RGB (Red+Green+Blue) = 27+99+254=380 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.11% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #1B63FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B63FE is #E49C01. Grayscale: #5E5E5E. Windows color (decimal): -14982146 or 16671515. OLE color: 16671515.

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

Color convert

RGB 27 99 254 -
CMYK 0.89 0.61 0 0.00
HSL 220.97º 0.99% 0.55% -
HSV(B) 220.97º 0.89% 1% -
XYZ 22.8 16.31 95.71 -
YUV 95.14 217.65 79.4 -
System Red Green Blue C M Y K H S L
Decimal 27 99 254 0.89 0.61 0 0.00 220.97 0.99 0.55
Hex 1B 63 FE 59 3D 0 0 DD 63 37
Octal 33 143 376 131 75 0 0 335 143 67
Binary 11011 1100011 11111110 1011001 111101 0 0 11011101 1100011 110111

Color Harmonies of #1B63FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B63FE

Black with #1B63FE

Text Example


Text Example

White with #1B63FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,99,254); }

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

background-color css

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

 a { background-color: rgb(27,99,254); }

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

border-color css

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

 span { border-color: rgb(27,99,254); }

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