Html Css Color HEX #0366FF Dodger Blue

📋 copy color: '#0366FF'

red 3 ◦ green 102 ◦ blue 255

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

Shades of Dodger Blue #0366FF

Tints of Dodger Blue #0366FF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.33%

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

R = 0.83%
G = 28.33%
B = 70.83%

CMYK

 C value IS 0.99

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0366FF (or 0x0366FF) is known color: Dodger Blue. HEX triplet: 03, 66 and FF. RGB value is (3,102,255). Sum of RGB (Red+Green+Blue) = 3+102+255=360 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #0366FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0366FF is #FC9900. Grayscale: #595959. Windows color (decimal): -16554241 or 16737795. OLE color: 16737795.

HSL color Cylindrical-coordinate representation of color #0366FF: hue angle of 216.43º 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 #0366FF is Cyan = 0.99, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 3 102 255 -
CMYK 0.99 0.6 0 0
HSL 216.43º 1% 0.51% -
HSV(B) 216.43º 0.99% 1% -
XYZ 22.84 16.74 96.64 -
YUV 89.84 221.2 66.06 -
System Red Green Blue C M Y K H S L
Decimal 3 102 255 0.99 0.6 0 0 216.43 1 0.51
Hex 3 66 FF 63 3C 0 0 D8 64 33
Octal 3 146 377 143 74 0 0 330 144 63
Binary 11 1100110 11111111 1100011 111100 0 0 11011000 1100100 110011

Color Harmonies of #0366FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0366FF

Black with #0366FF

Text Example


Text Example

White with #0366FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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