Html Css Color HEX #1B6AFB Dodger Blue

📋 copy color: '#1B6AFB'

red 27 ◦ green 106 ◦ blue 251

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

Shades of Dodger Blue #1B6AFB

Tints of Dodger Blue #1B6AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.6%

 BLUE value IS 251 (98.44% from 255) = 65.36%

R = 7.03%
G = 27.6%
B = 65.36%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1B6AFB (or 0x1B6AFB) is known color: Dodger Blue. HEX triplet: 1B, 6A and FB. RGB value is (27,106,251). Sum of RGB (Red+Green+Blue) = 27+106+251=384 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.03% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #1B6AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B6AFB is #E49504. Grayscale: #626262. Windows color (decimal): -14980357 or 16476699. OLE color: 16476699.

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

Color convert

RGB 27 106 251 -
CMYK 0.89 0.58 0 0.02
HSL 218.84º 0.97% 0.55% -
HSV(B) 218.84º 0.89% 0.98% -
XYZ 23.02 17.51 93.43 -
YUV 98.91 213.83 76.71 -
System Red Green Blue C M Y K H S L
Decimal 27 106 251 0.89 0.58 0 0.02 218.84 0.97 0.55
Hex 1B 6A FB 59 3A 0 2 DB 61 37
Octal 33 152 373 131 72 0 2 333 141 67
Binary 11011 1101010 11111011 1011001 111010 0 10 11011011 1100001 110111

Color Harmonies of #1B6AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6AFB

Black with #1B6AFB

Text Example


Text Example

White with #1B6AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,106,251); }

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

background-color css

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

 a { background-color: rgb(27,106,251); }

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

border-color css

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

 span { border-color: rgb(27,106,251); }

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