Html Css Color HEX #1772FC Dodger Blue

📋 copy color: '#1772FC'

red 23 ◦ green 114 ◦ blue 252

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

Shades of Dodger Blue #1772FC

Tints of Dodger Blue #1772FC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.31%

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

R = 5.91%
G = 29.31%
B = 64.78%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1772FC (or 0x1772FC) is known color: Dodger Blue. HEX triplet: 17, 72 and FC. RGB value is (23,114,252). Sum of RGB (Red+Green+Blue) = 23+114+252=389 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.91% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #1772FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1772FC is #E88D03. Grayscale: #656565. Windows color (decimal): -15240452 or 16544279. OLE color: 16544279.

HSL color Cylindrical-coordinate representation of color #1772FC: hue angle of 216.16º 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 #1772FC is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 23 114 252 -
CMYK 0.91 0.55 0 0.01
HSL 216.16º 0.97% 0.54% -
HSV(B) 216.16º 0.91% 0.99% -
XYZ 23.94 19.25 94.55 -
YUV 102.52 212.35 71.28 -
System Red Green Blue C M Y K H S L
Decimal 23 114 252 0.91 0.55 0 0.01 216.16 0.97 0.54
Hex 17 72 FC 5B 37 0 1 D8 61 36
Octal 27 162 374 133 67 0 1 330 141 66
Binary 10111 1110010 11111100 1011011 110111 0 1 11011000 1100001 110110

Color Harmonies of #1772FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1772FC

Black with #1772FC

Text Example


Text Example

White with #1772FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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