Html Css Color HEX #2770F9 Dodger Blue

📋 copy color: '#2770F9'

red 39 ◦ green 112 ◦ blue 249

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

Shades of Dodger Blue #2770F9

Tints of Dodger Blue #2770F9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28%

 BLUE value IS 249 (97.66% from 255) = 62.25%

R = 9.75%
G = 28%
B = 62.25%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2770F9 (or 0x2770F9) is known color: Dodger Blue. HEX triplet: 27, 70 and F9. RGB value is (39,112,249). Sum of RGB (Red+Green+Blue) = 39+112+249=400 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.75% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 249 (97.66% from 255 or 62.25% from 400); Max value from RGB is 249 - color contains mainly: blue. Hex color #2770F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2770F9 is #D88F06. Grayscale: #696969. Windows color (decimal): -14192391 or 16347175. OLE color: 16347175.

HSL color Cylindrical-coordinate representation of color #2770F9: hue angle of 219.14º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2770F9 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 112 249 -
CMYK 0.84 0.55 0 0.02
HSL 219.14º 0.95% 0.56% -
HSV(B) 219.14º 0.84% 0.98% -
XYZ 23.73 18.86 92.01 -
YUV 105.79 208.82 80.36 -
System Red Green Blue C M Y K H S L
Decimal 39 112 249 0.84 0.55 0 0.02 219.14 0.95 0.56
Hex 27 70 F9 54 37 0 2 DB 5F 38
Octal 47 160 371 124 67 0 2 333 137 70
Binary 100111 1110000 11111001 1010100 110111 0 10 11011011 1011111 111000

Color Harmonies of #2770F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2770F9

Black with #2770F9

Text Example


Text Example

White with #2770F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2770F9; }

 p { color: rgb(39,112,249); }

 H1.HeaderClassName
 {
   color: #2770F9;
 }
 .AnyTagClassName
 {
   color: #2770F9;
 }
</style>

background-color css

<style>
 a { background-color: #2770F9; }

 a { background-color: rgb(39,112,249); }

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

border-color css

<style>
 span { border-color: #2770F9; }

 span { border-color: rgb(39,112,249); }

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