#388EFF

Color #388EFF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #388EFF

Tints of Dodger Blue #388EFF

Color information

#388EFF (or 0x388EFF) is unknown color: approx Dodger Blue. HEX triplet: 38, 8E and FF. RGB value is (56,142,255). Sum of RGB (Red+Green+Blue) = 56+142+255=453 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.36% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #388EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388EFF is #C77100. Grayscale: #808080. Windows color (decimal): -13070593 or 16748088. OLE color: 16748088.

HSL color Cylindrical-coordinate representation of color #388EFF: hue angle of 214.07º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #388EFF is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB56142255-
CMYK0.780.4400
HSL214.07º100%60.98%-
HSV(B)214.07º78.04%100%-
XYZ29.3527.4198.35-
YUV129.17199.0175.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.36%
GREEN value IS 142 (55.86% from 255) = 31.35%
BLUE value IS 255 (100% from 255) = 56.29%
R=12.36%
G=31.35%
B=56.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal561422550.780.4400214.0710060.98
Hex388EFF4E2C00d6643d
Octal70216377116540032614475
Binary1110001000111011111111100111010110000110101101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388EFF; }

 p { color: rgb(56,142,255); }

 H1.HeaderClassName
 {
   color: #388EFF;
 }
 .AnyTagClassName
 {
   color: #388EFF;
 }
</style>
background-color css

<style>
 a { background-color: #388EFF; }

 a { background-color: rgb(56,142,255); }

 div.DivClassName
 {
   background-color: #388EFF;
 }
 .BgClassName
 {
   background-color: #388EFF;
 }
</style>
border-color css

<style>
 span { border-color: #388EFF; }

 span { border-color: rgb(56,142,255); }

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