Html Css Color HEX #0378FB Dodger Blue

📋 copy color: '#0378FB'

red 3 ◦ green 120 ◦ blue 251

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

Shades of Dodger Blue #0378FB

Tints of Dodger Blue #0378FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 67.11%

R = 0.8%
G = 32.09%
B = 67.11%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0378FB (or 0x0378FB) is known color: Dodger Blue. HEX triplet: 03, 78 and FB. RGB value is (3,120,251). Sum of RGB (Red+Green+Blue) = 3+120+251=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #0378FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0378FB is #FC8704. Grayscale: #636363. Windows color (decimal): -16549637 or 16480259. OLE color: 16480259.

HSL color Cylindrical-coordinate representation of color #0378FB: hue angle of 211.69º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0378FB is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 120 251 -
CMYK 0.99 0.52 0 0.02
HSL 211.69º 0.98% 0.5% -
HSV(B) 211.69º 0.99% 0.98% -
XYZ 24.17 20.42 93.93 -
YUV 99.95 213.24 58.85 -
System Red Green Blue C M Y K H S L
Decimal 3 120 251 0.99 0.52 0 0.02 211.69 0.98 0.5
Hex 3 78 FB 63 34 0 2 D4 62 32
Octal 3 170 373 143 64 0 2 324 142 62
Binary 11 1111000 11111011 1100011 110100 0 10 11010100 1100010 110010

Color Harmonies of #0378FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0378FB

Black with #0378FB

Text Example


Text Example

White with #0378FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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