Html Css Color HEX #2A78FF Dodger Blue

📋 copy color: '#2A78FF'

red 42 ◦ green 120 ◦ blue 255

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

Shades of Dodger Blue #2A78FF

Tints of Dodger Blue #2A78FF

RGB

 RED value IS 42 (16.8% from 255) = 10.07%

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

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

R = 10.07%
G = 28.78%
B = 61.15%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2A78FF (or 0x2A78FF) is known color: Dodger Blue. HEX triplet: 2A, 78 and FF. RGB value is (42,120,255). Sum of RGB (Red+Green+Blue) = 42+120+255=417 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.07% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A78FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A78FF is #D58700. Grayscale: #6F6F6F. Windows color (decimal): -13993729 or 16742442. OLE color: 16742442.

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

Color convert

RGB 42 120 255 -
CMYK 0.84 0.53 0 0
HSL 218.03º 1% 0.58% -
HSV(B) 218.03º 0.84% 1% -
XYZ 25.72 21.15 97.33 -
YUV 112.07 208.66 78.02 -
System Red Green Blue C M Y K H S L
Decimal 42 120 255 0.84 0.53 0 0 218.03 1 0.58
Hex 2A 78 FF 54 35 0 0 DA 64 3A
Octal 52 170 377 124 65 0 0 332 144 72
Binary 101010 1111000 11111111 1010100 110101 0 0 11011010 1100100 111010

Color Harmonies of #2A78FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A78FF

Black with #2A78FF

Text Example


Text Example

White with #2A78FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A78FF; }

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

 H1.HeaderClassName
 {
   color: #2A78FF;
 }
 .AnyTagClassName
 {
   color: #2A78FF;
 }
</style>

background-color css

<style>
 a { background-color: #2A78FF; }

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

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

border-color css

<style>
 span { border-color: #2A78FF; }

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

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