Html Css Color HEX #0388ED Dodger Blue

📋 copy color: '#0388ED'

red 3 ◦ green 136 ◦ blue 237

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

Shades of Dodger Blue #0388ED

Tints of Dodger Blue #0388ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 63.03%

R = 0.8%
G = 36.17%
B = 63.03%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0388ED (or 0x0388ED) is known color: Dodger Blue. HEX triplet: 03, 88 and ED. RGB value is (3,136,237). Sum of RGB (Red+Green+Blue) = 3+136+237=376 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 237 (92.97% from 255 or 63.03% from 376); Max value from RGB is 237 - color contains mainly: blue. Hex color #0388ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0388ED is #FC7712. Grayscale: #6B6B6B. Windows color (decimal): -16545555 or 15566851. OLE color: 15566851.

HSL color Cylindrical-coordinate representation of color #0388ED: hue angle of 205.9º degrees, saturation: 0.98, 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 #0388ED is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 136 237 -
CMYK 0.99 0.43 0 0.07
HSL 205.9º 0.98% 0.47% -
HSV(B) 205.9º 0.99% 0.93% -
XYZ 24.13 23.74 83.43 -
YUV 107.75 200.94 53.29 -
System Red Green Blue C M Y K H S L
Decimal 3 136 237 0.99 0.43 0 0.07 205.9 0.98 0.47
Hex 3 88 ED 63 2B 0 7 CE 62 2F
Octal 3 210 355 143 53 0 7 316 142 57
Binary 11 10001000 11101101 1100011 101011 0 111 11001110 1100010 101111

Color Harmonies of #0388ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0388ED

Black with #0388ED

Text Example


Text Example

White with #0388ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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