Html Css Color HEX #1766FA Dodger Blue

📋 copy color: '#1766FA'

red 23 ◦ green 102 ◦ blue 250

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

Shades of Dodger Blue #1766FA

Tints of Dodger Blue #1766FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.67%

R = 6.13%
G = 27.2%
B = 66.67%

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

#1766FA (or 0x1766FA) is known color: Dodger Blue. HEX triplet: 17, 66 and FA. RGB value is (23,102,250). Sum of RGB (Red+Green+Blue) = 23+102+250=375 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.13% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #1766FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1766FA is #E89905. Grayscale: #5E5E5E. Windows color (decimal): -15243526 or 16410135. OLE color: 16410135.

HSL color Cylindrical-coordinate representation of color #1766FA: hue angle of 219.12º degrees, saturation: 0.96, 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 #1766FA is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 23 102 250 -
CMYK 0.91 0.59 0 0.02
HSL 219.12º 0.96% 0.54% -
HSV(B) 219.12º 0.91% 0.98% -
XYZ 22.36 16.59 92.47 -
YUV 95.25 215.33 76.47 -
System Red Green Blue C M Y K H S L
Decimal 23 102 250 0.91 0.59 0 0.02 219.12 0.96 0.54
Hex 17 66 FA 5B 3B 0 2 DB 60 36
Octal 27 146 372 133 73 0 2 333 140 66
Binary 10111 1100110 11111010 1011011 111011 0 10 11011011 1100000 110110

Color Harmonies of #1766FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1766FA

Black with #1766FA

Text Example


Text Example

White with #1766FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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