Html Css Color HEX #1779FC Dodger Blue

📋 copy color: '#1779FC'

red 23 ◦ green 121 ◦ blue 252

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

Shades of Dodger Blue #1779FC

Tints of Dodger Blue #1779FC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.56%

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

R = 5.81%
G = 30.56%
B = 63.64%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1779FC (or 0x1779FC) is known color: Dodger Blue. HEX triplet: 17, 79 and FC. RGB value is (23,121,252). Sum of RGB (Red+Green+Blue) = 23+121+252=396 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.81% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #1779FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1779FC is #E88603. Grayscale: #6A6A6A. Windows color (decimal): -15238660 or 16546071. OLE color: 16546071.

HSL color Cylindrical-coordinate representation of color #1779FC: hue angle of 214.32º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1779FC is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 23 121 252 -
CMYK 0.91 0.52 0 0.01
HSL 214.32º 0.97% 0.54% -
HSV(B) 214.32º 0.91% 0.99% -
XYZ 24.76 20.89 94.82 -
YUV 106.63 210.03 68.35 -
System Red Green Blue C M Y K H S L
Decimal 23 121 252 0.91 0.52 0 0.01 214.32 0.97 0.54
Hex 17 79 FC 5B 34 0 1 D6 61 36
Octal 27 171 374 133 64 0 1 326 141 66
Binary 10111 1111001 11111100 1011011 110100 0 1 11010110 1100001 110110

Color Harmonies of #1779FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1779FC

Black with #1779FC

Text Example


Text Example

White with #1779FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1779FC; }

 p { color: rgb(23,121,252); }

 H1.HeaderClassName
 {
   color: #1779FC;
 }
 .AnyTagClassName
 {
   color: #1779FC;
 }
</style>

background-color css

<style>
 a { background-color: #1779FC; }

 a { background-color: rgb(23,121,252); }

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

border-color css

<style>
 span { border-color: #1779FC; }

 span { border-color: rgb(23,121,252); }

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