Html Css Color HEX #388FFA Dodger Blue

📋 copy color: '#388FFA'

red 56 ◦ green 143 ◦ blue 250

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

Shades of Dodger Blue #388FFA

Tints of Dodger Blue #388FFA

RGB

 RED value IS 56 (22.27% from 255) = 12.47%

 GREEN value IS 143 (56.25% from 255) = 31.85%

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 12.47%
G = 31.85%
B = 55.68%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#388FFA (or 0x388FFA) is known color: Dodger Blue. HEX triplet: 38, 8F and FA. RGB value is (56,143,250). Sum of RGB (Red+Green+Blue) = 56+143+250=449 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.47% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #388FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388FFA is #C77005. Grayscale: #808080. Windows color (decimal): -13070342 or 16420664. OLE color: 16420664.

HSL color Cylindrical-coordinate representation of color #388FFA: hue angle of 213.09º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #388FFA is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 143 250 -
CMYK 0.78 0.43 0 0.02
HSL 213.09º 0.95% 0.6% -
HSV(B) 213.09º 0.78% 0.98% -
XYZ 28.71 27.39 94.22 -
YUV 129.19 196.18 75.8 -
System Red Green Blue C M Y K H S L
Decimal 56 143 250 0.78 0.43 0 0.02 213.09 0.95 0.6
Hex 38 8F FA 4E 2B 0 2 D5 5F 3C
Octal 70 217 372 116 53 0 2 325 137 74
Binary 111000 10001111 11111010 1001110 101011 0 10 11010101 1011111 111100

Color Harmonies of #388FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388FFA

Black with #388FFA

Text Example


Text Example

White with #388FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,143,250); }

 H1.HeaderClassName
 {
   color: #388FFA;
 }
 .AnyTagClassName
 {
   color: #388FFA;
 }
</style>

background-color css

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

 a { background-color: rgb(56,143,250); }

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

border-color css

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

 span { border-color: rgb(56,143,250); }

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