Html Css Color HEX #388EFF Dodger Blue

📋 copy color: '#388EFF'

red 56 ◦ green 142 ◦ blue 255

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

Shades of Dodger Blue #388EFF

Tints of Dodger Blue #388EFF

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 value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#388EFF (or 0x388EFF) is known color: 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

RGB 56 142 255 -
CMYK 0.78 0.44 0 0
HSL 214.07º 1% 0.61% -
HSV(B) 214.07º 0.78% 1% -
XYZ 29.35 27.41 98.35 -
YUV 129.17 199.01 75.81 -
System Red Green Blue C M Y K H S L
Decimal 56 142 255 0.78 0.44 0 0 214.07 1 0.61
Hex 38 8E FF 4E 2C 0 0 D6 64 3D
Octal 70 216 377 116 54 0 0 326 144 75
Binary 111000 10001110 11111111 1001110 101100 0 0 11010110 1100100 111101

Color Harmonies of #388EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388EFF

Black with #388EFF

Text Example


Text Example

White with #388EFF

Text Example


Text Example

HTML Codes & Css Web 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>