Html Css Color HEX #1766FB Dodger Blue

📋 copy color: '#1766FB'

red 23 ◦ green 102 ◦ blue 251

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

Shades of Dodger Blue #1766FB

Tints of Dodger Blue #1766FB

RGB

 RED value IS 23 (9.38% from 255) = 6.12%

 GREEN value IS 102 (40.23% from 255) = 27.13%

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

R = 6.12%
G = 27.13%
B = 66.76%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1766FB (or 0x1766FB) is known color: Dodger Blue. HEX triplet: 17, 66 and FB. RGB value is (23,102,251). Sum of RGB (Red+Green+Blue) = 23+102+251=376 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.12% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #1766FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1766FB is #E89904. Grayscale: #5E5E5E. Windows color (decimal): -15243525 or 16475671. OLE color: 16475671.

HSL color Cylindrical-coordinate representation of color #1766FB: hue angle of 219.21º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1766FB is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 23 102 251 -
CMYK 0.91 0.59 0 0.02
HSL 219.21º 0.97% 0.54% -
HSV(B) 219.21º 0.91% 0.98% -
XYZ 22.52 16.65 93.29 -
YUV 95.37 215.83 76.38 -
System Red Green Blue C M Y K H S L
Decimal 23 102 251 0.91 0.59 0 0.02 219.21 0.97 0.54
Hex 17 66 FB 5B 3B 0 2 DB 61 36
Octal 27 146 373 133 73 0 2 333 141 66
Binary 10111 1100110 11111011 1011011 111011 0 10 11011011 1100001 110110

Color Harmonies of #1766FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1766FB

Black with #1766FB

Text Example


Text Example

White with #1766FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1766FB; }

 p { color: rgb(23,102,251); }

 H1.HeaderClassName
 {
   color: #1766FB;
 }
 .AnyTagClassName
 {
   color: #1766FB;
 }
</style>

background-color css

<style>
 a { background-color: #1766FB; }

 a { background-color: rgb(23,102,251); }

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

border-color css

<style>
 span { border-color: #1766FB; }

 span { border-color: rgb(23,102,251); }

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