Html Css Color HEX #0379FA Dodger Blue

📋 copy color: '#0379FA'

red 3 ◦ green 121 ◦ blue 250

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

Shades of Dodger Blue #0379FA

Tints of Dodger Blue #0379FA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.35%

 BLUE value IS 250 (98.05% from 255) = 66.84%

R = 0.8%
G = 32.35%
B = 66.84%

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

#0379FA (or 0x0379FA) is known color: Dodger Blue. HEX triplet: 03, 79 and FA. RGB value is (3,121,250). Sum of RGB (Red+Green+Blue) = 3+121+250=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #0379FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0379FA is #FC8605. Grayscale: #636363. Windows color (decimal): -16549382 or 16414979. OLE color: 16414979.

HSL color Cylindrical-coordinate representation of color #0379FA: hue angle of 211.34º 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 #0379FA is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 121 250 -
CMYK 0.99 0.52 0 0.02
HSL 211.34º 0.98% 0.5% -
HSV(B) 211.34º 0.99% 0.98% -
XYZ 24.13 20.6 93.15 -
YUV 100.42 212.41 58.51 -
System Red Green Blue C M Y K H S L
Decimal 3 121 250 0.99 0.52 0 0.02 211.34 0.98 0.5
Hex 3 79 FA 63 34 0 2 D3 62 32
Octal 3 171 372 143 64 0 2 323 142 62
Binary 11 1111001 11111010 1100011 110100 0 10 11010011 1100010 110010

Color Harmonies of #0379FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0379FA

Black with #0379FA

Text Example


Text Example

White with #0379FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0379FA; }

 p { color: rgb(3,121,250); }

 H1.HeaderClassName
 {
   color: #0379FA;
 }
 .AnyTagClassName
 {
   color: #0379FA;
 }
</style>

background-color css

<style>
 a { background-color: #0379FA; }

 a { background-color: rgb(3,121,250); }

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

border-color css

<style>
 span { border-color: #0379FA; }

 span { border-color: rgb(3,121,250); }

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