Html Css Color HEX #1B6AFE Dodger Blue

📋 copy color: '#1B6AFE'

red 27 ◦ green 106 ◦ blue 254

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

Shades of Dodger Blue #1B6AFE

Tints of Dodger Blue #1B6AFE

RGB

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

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

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

R = 6.98%
G = 27.39%
B = 65.63%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1B6AFE (or 0x1B6AFE) is known color: Dodger Blue. HEX triplet: 1B, 6A and FE. RGB value is (27,106,254). Sum of RGB (Red+Green+Blue) = 27+106+254=387 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.98% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #1B6AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B6AFE is #E49501. Grayscale: #626262. Windows color (decimal): -14980354 or 16673307. OLE color: 16673307.

HSL color Cylindrical-coordinate representation of color #1B6AFE: hue angle of 219.12º 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 #1B6AFE is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 27 106 254 -
CMYK 0.89 0.58 0 0.00
HSL 219.12º 0.99% 0.55% -
HSV(B) 219.12º 0.89% 1% -
XYZ 23.5 17.7 95.94 -
YUV 99.25 215.33 76.47 -
System Red Green Blue C M Y K H S L
Decimal 27 106 254 0.89 0.58 0 0.00 219.12 0.99 0.55
Hex 1B 6A FE 59 3A 0 0 DB 63 37
Octal 33 152 376 131 72 0 0 333 143 67
Binary 11011 1101010 11111110 1011001 111010 0 0 11011011 1100011 110111

Color Harmonies of #1B6AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6AFE

Black with #1B6AFE

Text Example


Text Example

White with #1B6AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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