Html Css Color HEX #388FFB Dodger Blue

📋 copy color: '#388FFB'

red 56 ◦ green 143 ◦ blue 251

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

Shades of Dodger Blue #388FFB

Tints of Dodger Blue #388FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.78%

R = 12.44%
G = 31.78%
B = 55.78%

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

#388FFB (or 0x388FFB) is known color: Dodger Blue. HEX triplet: 38, 8F and FB. RGB value is (56,143,251). Sum of RGB (Red+Green+Blue) = 56+143+251=450 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.44% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #388FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #388FFB is #C77004. Grayscale: #808080. Windows color (decimal): -13070341 or 16486200. OLE color: 16486200.

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

Color convert

RGB 56 143 251 -
CMYK 0.78 0.43 0 0.02
HSL 213.23º 0.96% 0.6% -
HSV(B) 213.23º 0.78% 0.98% -
XYZ 28.87 27.45 95.04 -
YUV 129.3 196.68 75.72 -
System Red Green Blue C M Y K H S L
Decimal 56 143 251 0.78 0.43 0 0.02 213.23 0.96 0.6
Hex 38 8F FB 4E 2B 0 2 D5 60 3C
Octal 70 217 373 116 53 0 2 325 140 74
Binary 111000 10001111 11111011 1001110 101011 0 10 11010101 1100000 111100

Color Harmonies of #388FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388FFB

Black with #388FFB

Text Example


Text Example

White with #388FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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