Html Css Color HEX #1B79FE Dodger Blue

📋 copy color: '#1B79FE'

red 27 ◦ green 121 ◦ blue 254

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

Shades of Dodger Blue #1B79FE

Tints of Dodger Blue #1B79FE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.1%

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

R = 6.72%
G = 30.1%
B = 63.18%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1B79FE (or 0x1B79FE) is known color: Dodger Blue. HEX triplet: 1B, 79 and FE. RGB value is (27,121,254). Sum of RGB (Red+Green+Blue) = 27+121+254=402 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.72% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #1B79FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B79FE is #E48601. Grayscale: #6B6B6B. Windows color (decimal): -14976514 or 16677147. OLE color: 16677147.

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

Color convert

RGB 27 121 254 -
CMYK 0.89 0.52 0 0.00
HSL 215.15º 0.99% 0.55% -
HSV(B) 215.15º 0.89% 1% -
XYZ 25.18 21.06 96.5 -
YUV 108.06 210.36 70.19 -
System Red Green Blue C M Y K H S L
Decimal 27 121 254 0.89 0.52 0 0.00 215.15 0.99 0.55
Hex 1B 79 FE 59 34 0 0 D7 63 37
Octal 33 171 376 131 64 0 0 327 143 67
Binary 11011 1111001 11111110 1011001 110100 0 0 11010111 1100011 110111

Color Harmonies of #1B79FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B79FE

Black with #1B79FE

Text Example


Text Example

White with #1B79FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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