Html Css Color HEX #385FDA Royal Blue

📋 copy color: '#385FDA'

red 56 ◦ green 95 ◦ blue 218

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

Shades of Royal Blue #385FDA

Tints of Royal Blue #385FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.75%

 BLUE value IS 218 (85.55% from 255) = 59.08%

R = 15.18%
G = 25.75%
B = 59.08%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#385FDA (or 0x385FDA) is known color: Royal Blue. HEX triplet: 38, 5F and DA. RGB value is (56,95,218). Sum of RGB (Red+Green+Blue) = 56+95+218=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #385FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385FDA is #C7A025. Grayscale: #606060. Windows color (decimal): -13082662 or 14311224. OLE color: 14311224.

HSL color Cylindrical-coordinate representation of color #385FDA: hue angle of 225.56º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #385FDA is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 95 218 -
CMYK 0.74 0.56 0 0.15
HSL 225.56º 0.69% 0.54% -
HSV(B) 225.56º 0.74% 0.85% -
XYZ 18.38 14.09 68.08 -
YUV 97.36 196.08 98.5 -
System Red Green Blue C M Y K H S L
Decimal 56 95 218 0.74 0.56 0 0.15 225.56 0.69 0.54
Hex 38 5F DA 4A 38 0 F E2 45 36
Octal 70 137 332 112 70 0 17 342 105 66
Binary 111000 1011111 11011010 1001010 111000 0 1111 11100010 1000101 110110

Color Harmonies of #385FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385FDA

Black with #385FDA

Text Example


Text Example

White with #385FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385FDA; }

 p { color: rgb(56,95,218); }

 H1.HeaderClassName
 {
   color: #385FDA;
 }
 .AnyTagClassName
 {
   color: #385FDA;
 }
</style>

background-color css

<style>
 a { background-color: #385FDA; }

 a { background-color: rgb(56,95,218); }

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

border-color css

<style>
 span { border-color: #385FDA; }

 span { border-color: rgb(56,95,218); }

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