Html Css Color HEX #0378FF Dodger Blue

📋 copy color: '#0378FF'

red 3 ◦ green 120 ◦ blue 255

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

Shades of Dodger Blue #0378FF

Tints of Dodger Blue #0378FF

RGB

 RED value IS 3 (1.56% from 255) = 0.79%

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

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

R = 0.79%
G = 31.75%
B = 67.46%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0378FF (or 0x0378FF) is known color: Dodger Blue. HEX triplet: 03, 78 and FF. RGB value is (3,120,255). Sum of RGB (Red+Green+Blue) = 3+120+255=378 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #0378FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0378FF is #FC8700. Grayscale: #636363. Windows color (decimal): -16549633 or 16742403. OLE color: 16742403.

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

Color convert

RGB 3 120 255 -
CMYK 0.99 0.53 0 0
HSL 212.14º 1% 0.51% -
HSV(B) 212.14º 0.99% 1% -
XYZ 24.8 20.67 97.29 -
YUV 100.41 215.24 58.52 -
System Red Green Blue C M Y K H S L
Decimal 3 120 255 0.99 0.53 0 0 212.14 1 0.51
Hex 3 78 FF 63 35 0 0 D4 64 33
Octal 3 170 377 143 65 0 0 324 144 63
Binary 11 1111000 11111111 1100011 110101 0 0 11010100 1100100 110011

Color Harmonies of #0378FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0378FF

Black with #0378FF

Text Example


Text Example

White with #0378FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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