Html Css Color HEX #1775EA Dodger Blue

📋 copy color: '#1775EA'

red 23 ◦ green 117 ◦ blue 234

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

Shades of Dodger Blue #1775EA

Tints of Dodger Blue #1775EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.57%

R = 6.15%
G = 31.28%
B = 62.57%

CMYK

 C value IS 0.90

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1775EA (or 0x1775EA) is known color: Dodger Blue. HEX triplet: 17, 75 and EA. RGB value is (23,117,234). Sum of RGB (Red+Green+Blue) = 23+117+234=374 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.15% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #1775EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1775EA is #E88A15. Grayscale: #656565. Windows color (decimal): -15239702 or 15365399. OLE color: 15365399.

HSL color Cylindrical-coordinate representation of color #1775EA: hue angle of 213.27º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1775EA is Cyan = 0.90, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 23 117 234 -
CMYK 0.90 0.5 0 0.08
HSL 213.27º 0.83% 0.5% -
HSV(B) 213.27º 0.9% 0.92% -
XYZ 21.57 18.85 80.34 -
YUV 102.23 202.36 71.49 -
System Red Green Blue C M Y K H S L
Decimal 23 117 234 0.90 0.5 0 0.08 213.27 0.83 0.5
Hex 17 75 EA 5A 32 0 8 D5 53 32
Octal 27 165 352 132 62 0 10 325 123 62
Binary 10111 1110101 11101010 1011010 110010 0 1000 11010101 1010011 110010

Color Harmonies of #1775EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1775EA

Black with #1775EA

Text Example


Text Example

White with #1775EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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