Html Css Color HEX #1B76F3 Dodger Blue

📋 copy color: '#1B76F3'

red 27 ◦ green 118 ◦ blue 243

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

Shades of Dodger Blue #1B76F3

Tints of Dodger Blue #1B76F3

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.41%

 BLUE value IS 243 (95.31% from 255) = 62.63%

R = 6.96%
G = 30.41%
B = 62.63%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1B76F3 (or 0x1B76F3) is known color: Dodger Blue. HEX triplet: 1B, 76 and F3. RGB value is (27,118,243). Sum of RGB (Red+Green+Blue) = 27+118+243=388 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.96% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 243 (95.31% from 255 or 62.63% from 388); Max value from RGB is 243 - color contains mainly: blue. Hex color #1B76F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B76F3 is #E4890C. Grayscale: #686868. Windows color (decimal): -14977293 or 15955483. OLE color: 15955483.

HSL color Cylindrical-coordinate representation of color #1B76F3: hue angle of 214.72º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B76F3 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 27 118 243 -
CMYK 0.89 0.51 0 0.05
HSL 214.72º 0.9% 0.53% -
HSV(B) 214.72º 0.89% 0.95% -
XYZ 23.11 19.66 87.37 -
YUV 105.04 205.85 72.34 -
System Red Green Blue C M Y K H S L
Decimal 27 118 243 0.89 0.51 0 0.05 214.72 0.9 0.53
Hex 1B 76 F3 59 33 0 5 D7 5A 35
Octal 33 166 363 131 63 0 5 327 132 65
Binary 11011 1110110 11110011 1011001 110011 0 101 11010111 1011010 110101

Color Harmonies of #1B76F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B76F3

Black with #1B76F3

Text Example


Text Example

White with #1B76F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,118,243); }

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

background-color css

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

 a { background-color: rgb(27,118,243); }

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

border-color css

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

 span { border-color: rgb(27,118,243); }

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