Html Css Color HEX #0388EC Dodger Blue

📋 copy color: '#0388EC'

red 3 ◦ green 136 ◦ blue 236

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

Shades of Dodger Blue #0388EC

Tints of Dodger Blue #0388EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 62.93%

R = 0.8%
G = 36.27%
B = 62.93%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0388EC (or 0x0388EC) is known color: Dodger Blue. HEX triplet: 03, 88 and EC. RGB value is (3,136,236). Sum of RGB (Red+Green+Blue) = 3+136+236=375 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.8% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #0388EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0388EC is #FC7713. Grayscale: #6B6B6B. Windows color (decimal): -16545556 or 15501315. OLE color: 15501315.

HSL color Cylindrical-coordinate representation of color #0388EC: hue angle of 205.75º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0388EC is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 136 236 -
CMYK 0.99 0.42 0 0.07
HSL 205.75º 0.97% 0.47% -
HSV(B) 205.75º 0.99% 0.93% -
XYZ 23.98 23.68 82.66 -
YUV 107.63 200.44 53.37 -
System Red Green Blue C M Y K H S L
Decimal 3 136 236 0.99 0.42 0 0.07 205.75 0.97 0.47
Hex 3 88 EC 63 2A 0 7 CE 61 2F
Octal 3 210 354 143 52 0 7 316 141 57
Binary 11 10001000 11101100 1100011 101010 0 111 11001110 1100001 101111

Color Harmonies of #0388EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0388EC

Black with #0388EC

Text Example


Text Example

White with #0388EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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