Html Css Color HEX #388FF8 Dodger Blue

📋 copy color: '#388FF8'

red 56 ◦ green 143 ◦ blue 248

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

Shades of Dodger Blue #388FF8

Tints of Dodger Blue #388FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 55.48%

R = 12.53%
G = 31.99%
B = 55.48%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#388FF8 (or 0x388FF8) is known color: Dodger Blue. HEX triplet: 38, 8F and F8. RGB value is (56,143,248). Sum of RGB (Red+Green+Blue) = 56+143+248=447 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.53% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 248 (97.27% from 255 or 55.48% from 447); Max value from RGB is 248 - color contains mainly: blue. Hex color #388FF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388FF8 is #C77007. Grayscale: #808080. Windows color (decimal): -13070344 or 16289592. OLE color: 16289592.

HSL color Cylindrical-coordinate representation of color #388FF8: hue angle of 212.81º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #388FF8 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 143 248 -
CMYK 0.77 0.42 0 0.03
HSL 212.81º 0.93% 0.6% -
HSV(B) 212.81º 0.77% 0.97% -
XYZ 28.4 27.26 92.57 -
YUV 128.96 195.18 75.96 -
System Red Green Blue C M Y K H S L
Decimal 56 143 248 0.77 0.42 0 0.03 212.81 0.93 0.6
Hex 38 8F F8 4D 2A 0 3 D5 5D 3C
Octal 70 217 370 115 52 0 3 325 135 74
Binary 111000 10001111 11111000 1001101 101010 0 11 11010101 1011101 111100

Color Harmonies of #388FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388FF8

Black with #388FF8

Text Example


Text Example

White with #388FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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