Html Css Color HEX #388BFA Dodger Blue

📋 copy color: '#388BFA'

red 56 ◦ green 139 ◦ blue 250

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

Shades of Dodger Blue #388BFA

Tints of Dodger Blue #388BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.24%

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

R = 12.58%
G = 31.24%
B = 56.18%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#388BFA (or 0x388BFA) is known color: Dodger Blue. HEX triplet: 38, 8B and FA. RGB value is (56,139,250). Sum of RGB (Red+Green+Blue) = 56+139+250=445 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.58% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #388BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388BFA is #C77405. Grayscale: #7E7E7E. Windows color (decimal): -13071366 or 16419640. OLE color: 16419640.

HSL color Cylindrical-coordinate representation of color #388BFA: hue angle of 214.33º 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 #388BFA is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 139 250 -
CMYK 0.78 0.44 0 0.02
HSL 214.33º 0.95% 0.6% -
HSV(B) 214.33º 0.78% 0.98% -
XYZ 28.12 26.21 94.02 -
YUV 126.84 197.5 77.47 -
System Red Green Blue C M Y K H S L
Decimal 56 139 250 0.78 0.44 0 0.02 214.33 0.95 0.6
Hex 38 8B FA 4E 2C 0 2 D6 5F 3C
Octal 70 213 372 116 54 0 2 326 137 74
Binary 111000 10001011 11111010 1001110 101100 0 10 11010110 1011111 111100

Color Harmonies of #388BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388BFA

Black with #388BFA

Text Example


Text Example

White with #388BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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