Html Css Color HEX #2778FF Dodger Blue

📋 copy color: '#2778FF'

red 39 ◦ green 120 ◦ blue 255

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

Shades of Dodger Blue #2778FF

Tints of Dodger Blue #2778FF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.99%

 BLUE value IS 255 (100% from 255) = 61.59%

R = 9.42%
G = 28.99%
B = 61.59%

CMYK

 C value IS 0.85

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2778FF (or 0x2778FF) is known color: Dodger Blue. HEX triplet: 27, 78 and FF. RGB value is (39,120,255). Sum of RGB (Red+Green+Blue) = 39+120+255=414 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.42% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #2778FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2778FF is #D88700. Grayscale: #6E6E6E. Windows color (decimal): -14190337 or 16742439. OLE color: 16742439.

HSL color Cylindrical-coordinate representation of color #2778FF: hue angle of 217.5º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2778FF is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 39 120 255 -
CMYK 0.85 0.53 0 0
HSL 217.5º 1% 0.58% -
HSV(B) 217.5º 0.85% 1% -
XYZ 25.6 21.08 97.33 -
YUV 111.17 209.16 76.52 -
System Red Green Blue C M Y K H S L
Decimal 39 120 255 0.85 0.53 0 0 217.5 1 0.58
Hex 27 78 FF 55 35 0 0 DA 64 3A
Octal 47 170 377 125 65 0 0 332 144 72
Binary 100111 1111000 11111111 1010101 110101 0 0 11011010 1100100 111010

Color Harmonies of #2778FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2778FF

Black with #2778FF

Text Example


Text Example

White with #2778FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2778FF; }

 p { color: rgb(39,120,255); }

 H1.HeaderClassName
 {
   color: #2778FF;
 }
 .AnyTagClassName
 {
   color: #2778FF;
 }
</style>

background-color css

<style>
 a { background-color: #2778FF; }

 a { background-color: rgb(39,120,255); }

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

border-color css

<style>
 span { border-color: #2778FF; }

 span { border-color: rgb(39,120,255); }

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