Html Css Color HEX #1775F2 Dodger Blue

📋 copy color: '#1775F2'

red 23 ◦ green 117 ◦ blue 242

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

Shades of Dodger Blue #1775F2

Tints of Dodger Blue #1775F2

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.63%

 BLUE value IS 242 (94.92% from 255) = 63.35%

R = 6.02%
G = 30.63%
B = 63.35%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1775F2 (or 0x1775F2) is known color: Dodger Blue. HEX triplet: 17, 75 and F2. RGB value is (23,117,242). Sum of RGB (Red+Green+Blue) = 23+117+242=382 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.02% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 242 (94.92% from 255 or 63.35% from 382); Max value from RGB is 242 - color contains mainly: blue. Hex color #1775F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1775F2 is #E88A0D. Grayscale: #666666. Windows color (decimal): -15239694 or 15889687. OLE color: 15889687.

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

Color convert

RGB 23 117 242 -
CMYK 0.90 0.52 0 0.05
HSL 214.25º 0.89% 0.52% -
HSV(B) 214.25º 0.9% 0.95% -
XYZ 22.74 19.32 86.53 -
YUV 103.14 206.36 70.84 -
System Red Green Blue C M Y K H S L
Decimal 23 117 242 0.90 0.52 0 0.05 214.25 0.89 0.52
Hex 17 75 F2 5A 34 0 5 D6 59 34
Octal 27 165 362 132 64 0 5 326 131 64
Binary 10111 1110101 11110010 1011010 110100 0 101 11010110 1011001 110100

Color Harmonies of #1775F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1775F2

Black with #1775F2

Text Example


Text Example

White with #1775F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1775F2; }

 p { color: rgb(23,117,242); }

 H1.HeaderClassName
 {
   color: #1775F2;
 }
 .AnyTagClassName
 {
   color: #1775F2;
 }
</style>

background-color css

<style>
 a { background-color: #1775F2; }

 a { background-color: rgb(23,117,242); }

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

border-color css

<style>
 span { border-color: #1775F2; }

 span { border-color: rgb(23,117,242); }

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