Html Css Color HEX #0380FC Dodger Blue

📋 copy color: '#0380FC'

red 3 ◦ green 128 ◦ blue 252

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

Shades of Dodger Blue #0380FC

Tints of Dodger Blue #0380FC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.42%

 BLUE value IS 252 (98.83% from 255) = 65.8%

R = 0.78%
G = 33.42%
B = 65.8%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0380FC (or 0x0380FC) is known color: Dodger Blue. HEX triplet: 03, 80 and FC. RGB value is (3,128,252). Sum of RGB (Red+Green+Blue) = 3+128+252=383 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #0380FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0380FC is #FC7F03. Grayscale: #686868. Windows color (decimal): -16547588 or 16547843. OLE color: 16547843.

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

Color convert

RGB 3 128 252 -
CMYK 0.99 0.49 0 0.01
HSL 209.88º 0.98% 0.5% -
HSV(B) 209.88º 0.99% 0.99% -
XYZ 25.33 22.49 95.1 -
YUV 104.76 211.09 55.42 -
System Red Green Blue C M Y K H S L
Decimal 3 128 252 0.99 0.49 0 0.01 209.88 0.98 0.5
Hex 3 80 FC 63 31 0 1 D2 62 32
Octal 3 200 374 143 61 0 1 322 142 62
Binary 11 10000000 11111100 1100011 110001 0 1 11010010 1100010 110010

Color Harmonies of #0380FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0380FC

Black with #0380FC

Text Example


Text Example

White with #0380FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0380FC; }

 p { color: rgb(3,128,252); }

 H1.HeaderClassName
 {
   color: #0380FC;
 }
 .AnyTagClassName
 {
   color: #0380FC;
 }
</style>

background-color css

<style>
 a { background-color: #0380FC; }

 a { background-color: rgb(3,128,252); }

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

border-color css

<style>
 span { border-color: #0380FC; }

 span { border-color: rgb(3,128,252); }

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