Html Css Color HEX #1B7CFC Dodger Blue

📋 copy color: '#1B7CFC'

red 27 ◦ green 124 ◦ blue 252

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

Shades of Dodger Blue #1B7CFC

Tints of Dodger Blue #1B7CFC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.77%

 BLUE value IS 252 (98.83% from 255) = 62.53%

R = 6.7%
G = 30.77%
B = 62.53%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1B7CFC (or 0x1B7CFC) is known color: Dodger Blue. HEX triplet: 1B, 7C and FC. RGB value is (27,124,252). Sum of RGB (Red+Green+Blue) = 27+124+252=403 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.70% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #1B7CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B7CFC is #E48303. Grayscale: #6C6C6C. Windows color (decimal): -14975748 or 16546843. OLE color: 16546843.

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

Color convert

RGB 27 124 252 -
CMYK 0.89 0.51 0 0.01
HSL 214.13º 0.97% 0.55% -
HSV(B) 214.13º 0.89% 0.99% -
XYZ 25.23 21.68 94.95 -
YUV 109.59 208.36 69.09 -
System Red Green Blue C M Y K H S L
Decimal 27 124 252 0.89 0.51 0 0.01 214.13 0.97 0.55
Hex 1B 7C FC 59 33 0 1 D6 61 37
Octal 33 174 374 131 63 0 1 326 141 67
Binary 11011 1111100 11111100 1011001 110011 0 1 11010110 1100001 110111

Color Harmonies of #1B7CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7CFC

Black with #1B7CFC

Text Example


Text Example

White with #1B7CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,124,252); }

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

background-color css

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

 a { background-color: rgb(27,124,252); }

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

border-color css

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

 span { border-color: rgb(27,124,252); }

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