Html Css Color HEX #0387FF Dodger Blue

📋 copy color: '#0387FF'

red 3 ◦ green 135 ◦ blue 255

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

Shades of Dodger Blue #0387FF

Tints of Dodger Blue #0387FF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.35%

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

R = 0.76%
G = 34.35%
B = 64.89%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0387FF (or 0x0387FF) is known color: Dodger Blue. HEX triplet: 03, 87 and FF. RGB value is (3,135,255). Sum of RGB (Red+Green+Blue) = 3+135+255=393 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #0387FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0387FF is #FC7800. Grayscale: #6C6C6C. Windows color (decimal): -16545793 or 16746243. OLE color: 16746243.

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

Color convert

RGB 3 135 255 -
CMYK 0.99 0.47 0 0
HSL 208.57º 1% 0.51% -
HSV(B) 208.57º 0.99% 1% -
XYZ 26.75 24.57 97.94 -
YUV 109.21 210.27 52.24 -
System Red Green Blue C M Y K H S L
Decimal 3 135 255 0.99 0.47 0 0 208.57 1 0.51
Hex 3 87 FF 63 2F 0 0 D1 64 33
Octal 3 207 377 143 57 0 0 321 144 63
Binary 11 10000111 11111111 1100011 101111 0 0 11010001 1100100 110011

Color Harmonies of #0387FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0387FF

Black with #0387FF

Text Example


Text Example

White with #0387FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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