Html Css Color HEX #1B6CFF Dodger Blue

📋 copy color: '#1B6CFF'

red 27 ◦ green 108 ◦ blue 255

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

Shades of Dodger Blue #1B6CFF

Tints of Dodger Blue #1B6CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.69%

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

R = 6.92%
G = 27.69%
B = 65.38%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1B6CFF (or 0x1B6CFF) is known color: Dodger Blue. HEX triplet: 1B, 6C and FF. RGB value is (27,108,255). Sum of RGB (Red+Green+Blue) = 27+108+255=390 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.92% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B6CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B6CFF is #E49300. Grayscale: #636363. Windows color (decimal): -14979841 or 16739355. OLE color: 16739355.

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

Color convert

RGB 27 108 255 -
CMYK 0.89 0.58 0 0
HSL 218.68º 1% 0.55% -
HSV(B) 218.68º 0.89% 1% -
XYZ 23.86 18.18 96.86 -
YUV 100.54 215.16 75.55 -
System Red Green Blue C M Y K H S L
Decimal 27 108 255 0.89 0.58 0 0 218.68 1 0.55
Hex 1B 6C FF 59 3A 0 0 DB 64 37
Octal 33 154 377 131 72 0 0 333 144 67
Binary 11011 1101100 11111111 1011001 111010 0 0 11011011 1100100 110111

Color Harmonies of #1B6CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6CFF

Black with #1B6CFF

Text Example


Text Example

White with #1B6CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,108,255); }

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

background-color css

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

 a { background-color: rgb(27,108,255); }

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

border-color css

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

 span { border-color: rgb(27,108,255); }

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