Html Css Color HEX #2773FD Dodger Blue

📋 copy color: '#2773FD'

red 39 ◦ green 115 ◦ blue 253

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

Shades of Dodger Blue #2773FD

Tints of Dodger Blue #2773FD

RGB

 RED value IS 39 (15.63% from 255) = 9.58%

 GREEN value IS 115 (45.31% from 255) = 28.26%

 BLUE value IS 253 (99.22% from 255) = 62.16%

R = 9.58%
G = 28.26%
B = 62.16%

CMYK

 C value IS 0.85

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2773FD (or 0x2773FD) is known color: Dodger Blue. HEX triplet: 27, 73 and FD. RGB value is (39,115,253). Sum of RGB (Red+Green+Blue) = 39+115+253=407 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.58% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #2773FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2773FD is #D88C02. Grayscale: #6B6B6B. Windows color (decimal): -14191619 or 16610087. OLE color: 16610087.

HSL color Cylindrical-coordinate representation of color #2773FD: hue angle of 218.69º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2773FD is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 39 115 253 -
CMYK 0.85 0.55 0 0.01
HSL 218.69º 0.98% 0.57% -
HSV(B) 218.69º 0.85% 0.99% -
XYZ 24.7 19.78 95.45 -
YUV 108.01 209.82 78.78 -
System Red Green Blue C M Y K H S L
Decimal 39 115 253 0.85 0.55 0 0.01 218.69 0.98 0.57
Hex 27 73 FD 55 37 0 1 DB 62 39
Octal 47 163 375 125 67 0 1 333 142 71
Binary 100111 1110011 11111101 1010101 110111 0 1 11011011 1100010 111001

Color Harmonies of #2773FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2773FD

Black with #2773FD

Text Example


Text Example

White with #2773FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2773FD; }

 p { color: rgb(39,115,253); }

 H1.HeaderClassName
 {
   color: #2773FD;
 }
 .AnyTagClassName
 {
   color: #2773FD;
 }
</style>

background-color css

<style>
 a { background-color: #2773FD; }

 a { background-color: rgb(39,115,253); }

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

border-color css

<style>
 span { border-color: #2773FD; }

 span { border-color: rgb(39,115,253); }

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