Html Css Color HEX #0388E6 Dodger Blue

📋 copy color: '#0388E6'

red 3 ◦ green 136 ◦ blue 230

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

Shades of Dodger Blue #0388E6

Tints of Dodger Blue #0388E6

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.86%

 BLUE value IS 230 (90.23% from 255) = 62.33%

R = 0.81%
G = 36.86%
B = 62.33%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0388E6 (or 0x0388E6) is known color: Dodger Blue. HEX triplet: 03, 88 and E6. RGB value is (3,136,230). Sum of RGB (Red+Green+Blue) = 3+136+230=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 230 (90.23% from 255 or 62.33% from 369); Max value from RGB is 230 - color contains mainly: blue. Hex color #0388E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0388E6 is #FC7719. Grayscale: #6A6A6A. Windows color (decimal): -16545562 or 15108099. OLE color: 15108099.

HSL color Cylindrical-coordinate representation of color #0388E6: hue angle of 204.85º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0388E6 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 3 136 230 -
CMYK 0.99 0.41 0 0.10
HSL 204.85º 0.97% 0.46% -
HSV(B) 204.85º 0.99% 0.9% -
XYZ 23.12 23.34 78.15 -
YUV 106.95 197.44 53.86 -
System Red Green Blue C M Y K H S L
Decimal 3 136 230 0.99 0.41 0 0.10 204.85 0.97 0.46
Hex 3 88 E6 63 29 0 A CD 61 2E
Octal 3 210 346 143 51 0 12 315 141 56
Binary 11 10001000 11100110 1100011 101001 0 1010 11001101 1100001 101110

Color Harmonies of #0388E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0388E6

Black with #0388E6

Text Example


Text Example

White with #0388E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0388E6; }

 p { color: rgb(3,136,230); }

 H1.HeaderClassName
 {
   color: #0388E6;
 }
 .AnyTagClassName
 {
   color: #0388E6;
 }
</style>

background-color css

<style>
 a { background-color: #0388E6; }

 a { background-color: rgb(3,136,230); }

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

border-color css

<style>
 span { border-color: #0388E6; }

 span { border-color: rgb(3,136,230); }

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