Html Css Color HEX #388CFE Dodger Blue

📋 copy color: '#388CFE'

red 56 ◦ green 140 ◦ blue 254

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

Shades of Dodger Blue #388CFE

Tints of Dodger Blue #388CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.11%

 BLUE value IS 254 (99.61% from 255) = 56.44%

R = 12.44%
G = 31.11%
B = 56.44%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#388CFE (or 0x388CFE) is known color: Dodger Blue. HEX triplet: 38, 8C and FE. RGB value is (56,140,254). Sum of RGB (Red+Green+Blue) = 56+140+254=450 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.44% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #388CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388CFE is #C77301. Grayscale: #7F7F7F. Windows color (decimal): -13071106 or 16682040. OLE color: 16682040.

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

Color convert

RGB 56 140 254 -
CMYK 0.78 0.45 0 0.00
HSL 214.55º 0.99% 0.61% -
HSV(B) 214.55º 0.78% 1% -
XYZ 28.9 26.75 97.41 -
YUV 127.88 199.17 76.73 -
System Red Green Blue C M Y K H S L
Decimal 56 140 254 0.78 0.45 0 0.00 214.55 0.99 0.61
Hex 38 8C FE 4E 2D 0 0 D7 63 3D
Octal 70 214 376 116 55 0 0 327 143 75
Binary 111000 10001100 11111110 1001110 101101 0 0 11010111 1100011 111101

Color Harmonies of #388CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388CFE

Black with #388CFE

Text Example


Text Example

White with #388CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,140,254); }

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

background-color css

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

 a { background-color: rgb(56,140,254); }

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

border-color css

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

 span { border-color: rgb(56,140,254); }

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